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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??庵 | 00111111001111111000100011000001 | 3f3f88c1 |
EUC-JP | ??庵 | 00111111001111111011000011000011 | 3f3fb0c3 |
UTF-8 | 뫍딄庵 | 111010111010101110001101111010111001010010000100111001011011101010110101 | ebab8deb9484e5bab5 |
UHC | 뫍딄庵 | 100100011010111110001010111010101110010011011101 | 91af8aeae4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)