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 | 鈺??梧?? | 1111101111000100001111110011111110001100111001100011111100111111 | fbc43f3f8ce63f3f |
EUC-JP | 鈺??梧?? | 100011111110001111010101001111110011111110111000111010000011111100111111 | 8fe3d53f3fb8e83f3f |
UTF-8 | 鈺뽳슝梧잏꺓 | 111010011000100010111010111010111011110110110011111011001000101010011101111001101010001010100111111011001001111010001111111010101011101010010011 | e988baebbdb3ec8a9de6a2a7ec9e8feaba93 |
UHC | 鈺뽳슝梧잏꺓 | 111010001010110110010110111011111011110110111001111001111111110010011111111001111000001110111001 | e8ad96efbdb9e7fc9fe783b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)