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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?蓚攝? | 001111111110010011101001100111011001000000111111 | 3fe4e99d903f |
EUC-JP | ?蓚攝? | 001111111110100011101011110110011111000000111111 | 3fe8ebd9f03f |
UTF-8 | 렯蓚攝롛 | 111010111010000010101111111010001001001110011010111001101001010010011101111010111010000110011011 | eba0afe8939ae6949deba19b |
UHC | 렯蓚攝롛 | 1000111010111100111000101011111011100000111011101000111011011111 | 8ebce2bee0ee8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)