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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 儼??油?い | 100110010101011000111111001111111001011011111011001111111000001010100010 | 99563f3f96fb3f82a2 |
EUC-JP | 儼??油?い | 110100011011011100111111001111111100110011111101001111111010010010100100 | d1b73f3fccfd3fa4a4 |
UTF-8 | 儼볦뮀油욤い | 111001011000010010111100111010111011001110100110111010111010111010000000111001101011001010111001111011001001101010100100111000111000000110000100 | e584bcebb3a6ebae80e6b2b9ec9aa4e38184 |
UHC | 儼볦뮀油욤い | 111001011111000010010011111011001001001010001111111010101111101010111111111010001010101010100100 | e5f093ec928feafabfe8aaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)