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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 沆ヤァB | 1111101011110111110101001010011101000010 | faf7d4a742 |
EUC-JP | 沆ヤァB | 1000111111000110111010101000111011010100100011101010011101000010 | 8fc6ea8ed48ea742 |
UTF-8 | 沆ヤァB | 11100110101100101000011011101111101111101001010011101111101111011010011101000010 | e6b286efbe94efbda742 |
UHC | 沆??B | 1111100111111010001111110011111101000010 | f9fa3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)