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 | 娃??詭五 | 1000100010100001001111110011111111100110011010111000110011011100 | 88a13f3fe66b8cdc |
EUC-JP | 娃??詭五 | 1011000010100011001111110011111111101011110011001011100011011110 | b0a33f3febccb8de |
UTF-8 | 娃숇떦詭五 | 111001011010100010000011111011001000100010000111111010111001011010100110111010001010100110101101111001001011101010010100 | e5a883ec8887eb96a6e8a9ade4ba94 |
UHC | 娃숇떦詭五 | 11101000110111111001100111101011100010111011100111001111111110001110011111101001 | e8df99eb8bb9cff8e7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)