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 | 阿??寤 | 100010001010001000111111001111111001101110001000 | 88a23f3f9b88 |
EUC-JP | 阿??寤 | 101100001010010000111111001111111101010111101000 | b0a43f3fd5e8 |
UTF-8 | 阿잂굜寤 | 111010011001100010111111111011001001111010000010111010101011010110011100111001011010111110100100 | e998bfec9e82eab59ce5afa4 |
UHC | 阿잂굜寤 | 1110010010111001100111111110001010000010100001001110011111110101 | e4b99fe28284e7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)