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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎?據旭? | 1001001011110101001111111001110110011111100010001010111000111111 | 92f53f9d9f88ae3f |
EUC-JP | 禎?據旭? | 1100010011110111001111111101101010100001101100001011000000111111 | c4f73fdaa1b0b03f |
UTF-8 | 禎뀀據旭괩 | 111001111010011010001110111010111000000010000000111001101001001110011010111001101001011110101101111010101011010010101001 | e7a68eeb8080e6939ae697adeab4a9 |
UHC | 禎뀀據旭괩 | 11101111111011101011001011101011110010111110000011101001111011111011000110101000 | efeeb2ebcbe0e9efb1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)