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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 邊ミ | 11100111101100101000001101111110 | e7b2837e |
EUC-JP | 邊ミ | 11101110101101001010010111011111 | eeb4a5df |
UTF-8 | 邊ミ | 111010011000001010001010111000111000001110011111 | e9828ae3839f |
UHC | 邊ミ | 11011100101010111010101111011111 | dcababdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)