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 | 訷ー蜍コ | 111110111010010010110000111001011000101110111010 | fba4b0e58bba |
EUC-JP | 訷ー蜍コ | 100011111101110111010100100011101011000011101001111010111000111010111010 | 8fddd48eb0e9eb8eba |
UTF-8 | 訷ー蜍コ | 111010001010100010110111111011111011110110110000111010001001110010001101111011111011110110111010 | e8a8b7efbdb0e89c8defbdba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)