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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?る?癒?齬 | 001111111000001011101001001111111001011011111100001111111110101010010111 | 3f82e93f96fc3fea97 |
EUC-JP | ?る?癒?齬 | 001111111010010011101011001111111100110011111110001111111111001111110111 | 3fa4eb3fccfe3ff3f7 |
UTF-8 | 硫る㉭癒풞齬 | 111011111010011110001110111000111000001010001011111000111000100110101101111001111001100110010010111011011001001010011110111010011011110110101100 | efa78ee3828be389ade79992ed929ee9bdac |
UHC | 硫る㉭癒풞齬 | 111010111010100110101010111010111010100010111110111010111010100010111111010000011110010111100001 | eba9aaeba8beeba8bf41e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)