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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 椰??熱 | 100111101011110100111111001111111001010001001101 | 9ebd3f3f944d |
EUC-JP | 椰??熱 | 110111001011111100111111001111111100011110101110 | dcbf3f3fc7ae |
UTF-8 | 椰됪뜥熱 | 111001101010010010110000111010111001000010101010111010111001110010100101111001111000011010110001 | e6a4b0eb90aaeb9ca5e786b1 |
UHC | 椰됪뜥熱 | 1110010110101011100010011110011010001101101010001110011011110000 | e5ab89e68da8e6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)