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 | ??j^ | 00111111001111110110101001011110 | 3f3f6a5e |
SJIS-WIN | 褓「j^ | 1110010111101110101000100110101001011110 | e5eea26a5e |
EUC-JP | 褓「j^ | 111010101111000010001110101000100110101001011110 | eaf08ea26a5e |
UTF-8 | 褓「j^ | 1110100010100100100100111110111110111101101000100110101001011110 | e8a493efbda26a5e |
UHC | 褓?j^ | 1101110011001110001111110110101001011110 | dcce3f6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)