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 | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
SJIS-WIN | 蓿、W蓿、NB | 111001001111000010100100010101111110010011110000101001000100111001000010 | e4f0a457e4f0a44e42 |
EUC-JP | 蓿、W蓿、NB | 1110100011110010100011101010010001010111111010001111001010001110101001000100111001000010 | e8f28ea457e8f28ea44e42 |
UTF-8 | 蓿、W蓿、NB | 111010001001001110111111111011111011110110100100010101111110100010010011101111111110111110111101101001000100111001000010 | e893bfefbda457e893bfefbda44e42 |
UHC | ??W??NB | 00111111001111110101011100111111001111110100111001000010 | 3f3f573f3f4e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)