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 | 伍パ??裔 | 1000110011011110100000110111000000111111001111111110010111100001 | 8cde83703f3fe5e1 |
EUC-JP | 伍パ??裔 | 1011100011100000101001011101000100111111001111111110101011100011 | b8e0a5d13f3feae3 |
UTF-8 | 伍パ딀룪裔 | 111001001011110010001101111000111000001110010001111010111001010010000000111010111010001110101010111010001010001110010100 | e4bc8de38391eb9480eba3aae8a394 |
UHC | 伍パ딀룪裔 | 11100111111010101010101111010001100010101110011010001111101000011110011111100000 | e7eaabd18ae68fa1e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)