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 | ????S?? | 00111111001111110011111100111111010100110011111100111111 | 3f3f3f3f533f3f |
SJIS-WIN | ????S?? | 00111111001111110011111100111111010100110011111100111111 | 3f3f3f3f533f3f |
EUC-JP | ????S?? | 00111111001111110011111100111111010100110011111100111111 | 3f3f3f3f533f3f |
UTF-8 | 렯롉렯롔S렯롈 | 11101011101000001010111111101011101000011000100111101011101000001010111111101011101000011001010001010011111010111010000010101111111010111010000110001000 | eba0afeba189eba0afeba19453eba0afeba188 |
UHC | 렯롉렯롔S렯롈 | 10001110101111001000111011001111100011101011110010001110110110000101001110001110101111001000111011001110 | 8ebc8ecf8ebc8ed8538ebc8ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)