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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箙碁゛ | 111000101011011110001100111010011000000101001010 | e2b78ce9814a |
EUC-JP | 箙碁゛ | 111001001011100110111000111010111010000110101011 | e4b9b8eba1ab |
UTF-8 | 箙碁゛ | 111001111010111010011001111001111010001010000001111000111000001010011011 | e7ae99e7a281e3829b |
UHC | ?碁? | 00111111110100011011001100111111 | 3fd1b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)