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 | 夷??夷?? | 1000100011001110001111110011111110001000110011100011111100111111 | 88ce3f3f88ce3f3f |
EUC-JP | 夷??夷?? | 1011000011010000001111110011111110110000110100000011111100111111 | b0d03f3fb0d03f3f |
UTF-8 | 夷덉쭦夷섏광 | 111001011010010010110111111010111000110110001001111011001010110110100110111001011010010010110111111011001000010010001111111010101011010010010001 | e5a4b7eb8d89ecada6e5a4b7ec848feab491 |
UHC | 夷덉쭦夷섏광 | 111011001010100010001000111011001010011110011010111011001010100010011000111011001011000110100100 | eca888eca79aeca898ecb1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)