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 | 鈺??違?? | 1111101111000100001111110011111110001000111000010011111100111111 | fbc43f3f88e13f3f |
EUC-JP | 鈺??違?? | 100011111110001111010101001111110011111110110000111000110011111100111111 | 8fe3d53f3fb0e33f3f |
UTF-8 | 鈺경넦違뚮젘 | 111010011000100010111010111010101011001010111101111010111000010010100110111010011000000110010101111010111001101010101110111011001010000010011000 | e988baeab2bdeb84a6e98195eb9aaeeca098 |
UHC | 鈺경넦違뚮젘 | 111010001010110110110000111001101000011010100111111010101101111010001100111010111010000010010100 | e8adb0e686a7eade8ceba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)