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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 宥??宥??^ | 100101110100011100111111001111111001011101000111001111110011111101011110 | 97473f3f97473f3f5e |
EUC-JP | 宥??宥??^ | 110011011010100000111111001111111100110110101000001111110011111101011110 | cda83f3fcda83f3f5e |
UTF-8 | 宥됯쿋宥됧쓪^ | 11100101101011101010010111101011100100001010111111101100101111111000101111100101101011101010010111101011100100001010011111101100100100111010101001011110 | e5aea5eb90afecbf8be5aea5eb90a7ec93aa5e |
UHC | 宥됯쿋宥됧쓪^ | 11101010111010011000100111101010101100101010000011101010111010011000100111100101100111011000101001011110 | eae989eab2a0eae989e59d8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)