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 | 将マ?譯召 | 1000111110101011110011110011111111100110101000011000111110100010 | 8fabcf3fe6a18fa2 |
EUC-JP | 将マ憗譯召 | 1011111010101101100011101100111110001111101111101110001111101100101000111011111010100100 | bead8ecf8fbee3eca3bea4 |
UTF-8 | 将マ憗譯召 | 111001011011000010000110111011111011111010001111111001101000011010010111111010001010110110101111111001011000111110101100 | e5b086efbe8fe68697e8adafe58fac |
UHC | ???譯召 | 00111111001111110011111111100110101110111110000110101111 | 3f3f3fe6bbe1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)