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 | ?泥??悼? | 0011111110010011010001000011111100111111100100111000100100111111 | 3f93443f3f93893f |
EUC-JP | ?泥??悼? | 0011111111000101101001010011111100111111110001011110100100111111 | 3fc5a53f3fc5e93f |
UTF-8 | 룶泥팬룶悼털 | 111010111010001110110110111001101011001110100101111011011000110010101100111010111010001110110110111001101000001010111100111011011000010010111000 | eba3b6e6b3a5ed8caceba3b6e682bced84b8 |
UHC | 룶泥팬룶悼털 | 100011111010101111010010111110101100011011010010100011111010101111010011111110101100010111010000 | 8fabd2fac6d28fabd3fac5d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)