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 | 楡??愈 | 100111101011111000111111001111111001011011111010 | 9ebe3f3f96fa |
EUC-JP | 楡??愈 | 110111001100000000111111001111111100110011111100 | dcc03f3fccfc |
UTF-8 | 楡먮뮀愈 | 111001101010010110100001111010111010100010101110111010111010111010000000111001101000010010001000 | e6a5a1eba8aeebae80e68488 |
UHC | 楡먮뮀愈 | 1110101011111000100100001110101110010010100011111110101011101111 | eaf890eb928feaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)