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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咫涌鱆韲 | 1001101001000000100101110100111111101001111000011110100011101100 | 9a40974fe9e1e8ec |
EUC-JP | 咫涌鱆韲 | 1101001110100001110011011011000011110010111000111111000011101110 | d3a1cdb0f2e3f0ee |
UTF-8 | 咫涌鱆韲 | 111001011001001010101011111001101011011010001100111010011011000110000110111010011001111110110010 | e592abe6b68ce9b186e99fb2 |
UHC | 咫涌?? | 111100101010000111101001101111110011111100111111 | f2a1e9bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)