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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??ごh??ご | 001111110011111110000010101100100110100000111111001111111000001010110010 | 3f3f82b2683f3f82b2 |
EUC-JP | ??ごh??ご | 001111110011111110100100101101000110100000111111001111111010010010110100 | 3f3fa4b4683f3fa4b4 |
UTF-8 | 룶퓦ごh룶퓦ご | 11101011101000111011011011101101100100111010011011100011100000011001010001101000111010111010001110110110111011011001001110100110111000111000000110010100 | eba3b6ed93a6e3819468eba3b6ed93a6e38194 |
UHC | 룶퓦ごh룶퓦ご | 10001111101010111011111110001111101010101011010001101000100011111010101110111111100011111010101010110100 | 8fabbf8faab4688fabbf8faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)