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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鋗ソ。鋗ソ。B | 111110111101000010111111101000011111101111010000101111111010000101000010 | fbd0bfa1fbd0bfa142 |
EUC-JP | 鋗ソ。鋗ソ。B | 100011111110010011000001100011101011111110001110101000011000111111100100110000011000111010111111100011101010000101000010 | 8fe4c18ebf8ea18fe4c18ebf8ea142 |
UTF-8 | 鋗ソ。鋗ソ。B | 11101001100010111001011111101111101111011011111111101111101111011010000111101001100010111001011111101111101111011011111111101111101111011010000101000010 | e98b97efbdbfefbda1e98b97efbdbfefbda142 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)