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 | 梨?刹 | 1001011110011100001111111001100110001011 | 979c3f998b |
EUC-JP | 梨?刹 | 1100110111111100001111111101000111101011 | cdfc3fd1eb |
UTF-8 | 梨뤙刹 | 111001101010001010101000111010111010010010011001111001011000100010111001 | e6a2a8eba499e588b9 |
UHC | 梨뤙刹 | 110101111101111010001111110010001111001111001011 | d7de8fc8f3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)