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 | ?????│ | 00111111001111110011111100111111001111111000010010100000 | 3f3f3f3f3f84a0 |
EUC-JP | 縯??堉?│ | 1000111111010100110010110011111100111111100011111011011111111101001111111010100010100010 | 8fd4cb3f3f8fb7fd3fa8a2 |
UTF-8 | 縯롡뮪堉쀯│ | 111001111011100010101111111010111010000110100001111010111010111010101010111001011010000010001001111011001000000010101111111000101001010010000010 | e7b8afeba1a1ebaeaae5a089ec80afe29482 |
UHC | 縯롡뮪堉쀯│ | 111001101110000010001110111000101001001010110100111010111011110010010111111011111010011010100010 | e6e08ee292b4ebbc97efa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)