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 | ?聲?? | 0011111111100011110111110011111100111111 | 3fe3df3f3f |
EUC-JP | ?聲?? | 0011111111100110111000010011111100111111 | 3fe6e13f3f |
UTF-8 | 룶聲룵끝 | 111010111010001110110110111010001000000110110010111010111010001110110101111010111000000110011101 | eba3b6e881b2eba3b5eb819d |
UHC | 룶聲룵끝 | 1000111110101011111000011010001010001111101010101011001110100001 | 8fabe1a28faab3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)