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 | 獄??哀?? | 1000110110010110001111110011111110001000101000110011111100111111 | 8d963f3f88a33f3f |
EUC-JP | 獄??哀?? | 1011100111110110001111110011111110110000101001010011111100111111 | b9f63f3fb0a53f3f |
UTF-8 | 獄졻닜哀롩뙲 | 111001111000110110000100111011001010000110111011111010111000101110011100111001011001001110000000111010111010000110101001111010111001100110110010 | e78d84eca1bbeb8b9ce59380eba1a9eb99b2 |
UHC | 獄졻닜哀롩뙲 | 111010001010101110100000111000101000100010011101111001001110111010001110111010011000110010110101 | e8aba0e2889de4ee8ee98cb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)