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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鞣築鞣築B | 111010001110001010010010011110101110100011100010100100100111101001000010 | e8e2927ae8e2927a42 |
EUC-JP | 鞣築鞣築B | 111100001110010011000011110110111111000011100100110000111101101101000010 | f0e4c3dbf0e4c3db42 |
UTF-8 | 鞣築鞣築B | 11101001100111101010001111100111101011111000100111101001100111101010001111100111101011111000100101000010 | e99ea3e7af89e99ea3e7af8942 |
UHC | ?築?築B | 00111111111101011110100100111111111101011110100101000010 | 3ff5e93ff5e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)