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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 宵マ瀅^ | 100011111010101011001111111110110100111001011110 | 8faacffb4e5e |
EUC-JP | 宵マ瀅^ | 1011111010101100100011101100111110001111110010011010101101011110 | beac8ecf8fc9ab5e |
UTF-8 | 宵マ瀅^ | 11100101101011101011010111101111101111101000111111100111100000001000010101011110 | e5aeb5efbe8fe780855e |
UHC | 宵?瀅^ | 111000011011001000111111111110111010010001011110 | e1b23ffba45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)