To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
UTF-8 | 먏듺Y먏듺bE | 111010111010100010001111111010111001001110111010010110011110101110101000100011111110101110010011101110100110001001000101 | eba88feb93ba59eba88feb93ba6245 |
UHC | 먏듺Y먏듺bE | 1001000011001101100010101110000001011001100100001100110110001010111000000110001001000101 | 90cd8ae05990cd8ae06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)