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 | 幼??愈 | 100101110110001100111111001111111001011011111010 | 97633f3f96fa |
EUC-JP | 幼??愈 | 110011011100010000111111001111111100110011111100 | cdc43f3fccfc |
UTF-8 | 幼롫뮀愈 | 111001011011100110111100111010111010000110101011111010111010111010000000111001101000010010001000 | e5b9bceba1abebae80e68488 |
UHC | 幼롫뮀愈 | 1110101011101010100011101110101110010010100011111110101011101111 | eaea8eeb928feaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)