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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?紆[?紆[^ | 001111111110001011111100010110110011111111100010111111000101101101011110 | 3fe2fc5b3fe2fc5b5e |
EUC-JP | ?紆[?紆[^ | 001111111110010011111110010110110011111111100100111111100101101101011110 | 3fe4fe5b3fe4fe5b5e |
UTF-8 | 쉃紆[쉃紆[^ | 111011001000100110000011111001111011010010000110010110111110110010001001100000111110011110110100100001100101101101011110 | ec8983e7b4865bec8983e7b4865b5e |
UHC | 쉃紆[쉃紆[^ | 1001101001011000111010011110000101011011100110100101100011101001111000010101101101011110 | 9a58e9e15b9a58e9e15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)