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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???操? | 001111110011111100111111100100011000000000111111 | 3f3f3f91803f |
EUC-JP | ???操? | 001111110011111100111111110000011110000000111111 | 3f3f3fc1e03f |
UTF-8 | 롙롈롎操렺 | 111010111010000110011001111010111010000110001000111010111010000110001110111001101001001110001101111010111010000010111010 | eba199eba188eba18ee6938deba0ba |
UHC | 롙롈롎操렺 | 10001110110111011000111011001110100011101101010011110000110000111000111011000010 | 8edd8ece8ed4f0c38ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)