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 | 訝??倭?? | 1110011001100010001111110011111110011000011000000011111100111111 | e6623f3f98603f3f |
EUC-JP | 訝??倭?? | 1110101111000011001111110011111111001111110000010011111100111111 | ebc33f3fcfc13f3f |
UTF-8 | 訝방뜆倭졾렘 | 111010001010100010011101111010111011000010101001111010111001110010000110111001011000000010101101111011001010000110111110111010111010000010011000 | e8a89debb0a9eb9c86e580adeca1beeba098 |
UHC | 訝방뜆倭졾렘 | 111001001011100010111001111001101000110110001001111010001101111010100000111001011011011110111101 | e4b8b9e68d89e8dea0e5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)