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 | 瑤??巍?? | 1110101010100010001111110011111110011011110110010011111100111111 | eaa23f3f9bd93f3f |
EUC-JP | 瑤??巍?? | 1111010010100100001111110011111111010110110110110011111100111111 | f4a43f3fd6db3f3f |
UTF-8 | 瑤뀐풆巍븃쮺 | 111001111001000110100100111010111000000010010000111011011001001010000110111001011011011110001101111010111011100010000011111011001010111010111010 | e791a4eb8090ed9286e5b78debb883ecaeba |
UHC | 瑤뀐풆巍븃쮺 | 111010001111110110110010111011111011111010001110111010001110010010111010111010001010100010010110 | e8fdb2efbe8ee8e4bae8a896 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)