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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 艶?熬?? | 10001001100100000011111111100000100100100011111100111111 | 89903fe0923f3f |
EUC-JP | 艶?熬?? | 10110001111100000011111111011111111100100011111100111111 | b1f03fdff23f3f |
UTF-8 | 艶쵩熬뽬ㅋ | 111010001000100110110110111011001011010110101001111001111000011010101100111010111011110110101100111000111000010110001011 | e889b6ecb5a9e786acebbdace3858b |
UHC | 艶쵩熬뽬ㅋ | 11100110111111011010110101001000111010001010001010010110111010001010010010111011 | e6fdad48e8a296e8a4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)