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 | 룶聲룵龜 | 111010111010001110110110111010001000000110110010111010111010001110110101111011111010010010000111 | eba3b6e881b2eba3b5efa487 |
UHC | 룶聲룵龜 | 1000111110101011111000011010001010001111101010101101000010100010 | 8fabe1a28faad0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)