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 | 111011111010011110110100111010111010000010110001010110011110111110100111101101001110101110100000101100010110001001000101 | efa7b4eba0b159efa7b4eba0b16245 |
UHC | 林렱Y林렱bE | 1110110011110111100011101011111001011001111011001111011110001110101111100110001001000101 | ecf78ebe59ecf78ebe6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)