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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陰??瑜 | 100010010100000100111111001111111110000011101111 | 89413f3fe0ef |
EUC-JP | 陰??瑜 | 101100011010001000111111001111111110000011110001 | b1a23f3fe0f1 |
UTF-8 | 陰낆꽍瑜 | 111010011001100110110000111010111000001010000110111010101011110110001101111001111001000110011100 | e999b0eb8286eabd8de7919c |
UHC | 陰낆꽍瑜 | 1110101111100100100001011110110010000100100111011110101110100101 | ebe485ec849deba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)