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 | 禎????? | 10010010111101010011111100111111001111110011111100111111 | 92f53f3f3f3f3f |
EUC-JP | 禎????? | 11000100111101110011111100111111001111110011111100111111 | c4f73f3f3f3f3f |
UTF-8 | 禎댓렰양렱큘 | 111001111010011010001110111010111000110010010011111010111010000010110000111011001001011010010001111010111010000010110001111011011000000110011000 | e7a68eeb8c93eba0b0ec9691eba0b1ed8198 |
UHC | 禎댓렰양렱큘 | 111011111110111010110100111100011000111010111101101111101110011110001110101111101100010110100111 | efeeb4f18ebdbee78ebec5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)