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宥?? | 100101110100011100111111001111110110100010010111010001110011111100111111 | 97473f3f6897473f3f |
EUC-JP | 宥??h宥?? | 110011011010100000111111001111110110100011001101101010000011111100111111 | cda83f3f68cda83f3f |
UTF-8 | 宥⑸옎h宥⑸옎 | 11100101101011101010010111100010100100011011100011101100100110001000111001101000111001011010111010100101111000101001000110111000111011001001100010001110 | e5aea5e291b8ec988e68e5aea5e291b8ec988e |
UHC | 宥⑸옎h宥⑸옎 | 11101010111010011010100111101011100111101001010101101000111010101110100110101001111010111001111010010101 | eae9a9eb9e9568eae9a9eb9e95 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)