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 | 󴉟 | 100011101101101110001110101001011110001011111100 | 8edb8ea5e2fc |
SJIS-WIN | ???¥?? | 00111111001111110011111110000001100011110011111100111111 | 3f3f3f818f3f3f |
EUC-JP | ?Û??âü | 001111111000111110101010111001010011111100111111100011111010101110100100100011111010101111100100 | 3f8faae53f3f8faba48fabe4 |
UTF-8 | 󴉟 | 110000101000111011000011100110111100001010001110110000101010010111000011101000101100001110111100 | c28ec39bc28ec2a5c3a2c3bc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)