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 | 訷夭く贒予 | 11111011101001001001101011101110100000101010110111111011101011111001011101011100 | fba49aee82adfbaf975c |
EUC-JP | 訷夭く贒予 | 100011111101110111010100110101001111000010100100101011111000111111011111110000111100110110111101 | 8fddd4d4f0a4af8fdfc3cdbd |
UTF-8 | 訷夭く贒予 | 111010001010100010110111111001011010010010101101111000111000000110001111111010001011010010010010111001001011101010001000 | e8a8b7e5a4ade3818fe8b492e4ba88 |
UHC | ?夭く?予 | 0011111111101000111011001010101010101111001111111110010111111000 | 3fe8ecaaaf3fe5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)