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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艶??蘂 | 100010011001000000111111001111111110010101000001 | 89903f3fe541 |
EUC-JP | 艶??蘂 | 101100011111000000111111001111111110100110100010 | b1f03f3fe9a2 |
UTF-8 | 艶쀮뒯蘂 | 111010001000100110110110111011001000000010101110111010111001001010101111111010001001100010000010 | e889b6ec80aeeb92afe89882 |
UHC | 艶쀮뒯蘂 | 1110011011111101100101111110111010001010101010001110011111011110 | e6fd97ee8aa8e7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)