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 | 沃??宜?? | 1001011110000000001111110011111110001011010110000011111100111111 | 97803f3f8b583f3f |
EUC-JP | 沃??宜?? | 1100110111100000001111110011111110110101101110010011111100111111 | cde03f3fb5b93f3f |
UTF-8 | 沃왿뫀宜밧ㅇ | 111001101011001010000011111011001001100110111111111010111010101110000000111001011010111010011100111010111011000010100111111000111000010110000111 | e6b283ec99bfebab80e5ae9cebb0a7e38587 |
UHC | 沃왿뫀宜밧ㅇ | 111010001010101010011110111000101001000110100100111010111111000110111001111001011010010010110111 | e8aa9ee291a4ebf1b9e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)