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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 甸??節?? | 1001100110110010001111110011111110010000110111110011111100111111 | 99b23f3f90df3f3f |
EUC-JP | 甸??節?? | 1101001010110100001111110011111111000000111000010011111100111111 | d2b43f3fc0e13f3f |
UTF-8 | 甸졽튂節륁즲 | 111001111001010010111000111011001010000110111101111011011000101010000010111001111010111110000000111010111010010110000001111011001010011010110010 | e794b8eca1bded8a82e7af80eba581eca6b2 |
UHC | 甸졽튂節륁즲 | 111011111010010010100000111001001011100110011000111011111011110110001111111011001010001110000100 | efa4a0e4b998efbd8feca384 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)