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 | 伍??誼? | 10001100110111100011111100111111100010110110001000111111 | 8cde3f3f8b623f |
EUC-JP | 伍??誼? | 10111000111000000011111100111111101101011100001100111111 | b8e03f3fb5c33f |
UTF-8 | 伍뱄퐢誼덨 | 111001001011110010001101111010111011000110000100111011011001000010100010111010001010101010111100111010111000110110101000 | e4bc8debb184ed90a2e8aabceb8da8 |
UHC | 伍뱄퐢誼덨 | 11100111111010101011100111101111101111011000101111101011111111101000100101000010 | e7eab9efbd8bebfe8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)