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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 惚輔{亥 | 1000110110011011100101011110001110000001011011111000100011100101 | 8d9b95e3816f88e5 |
EUC-JP | 惚輔{亥 | 1011100111111011110010101110010110100001110100001011000011100111 | b9fbcae5a1d0b0e7 |
UTF-8 | 惚輔{亥 | 111001101000001110011010111010001011110010010100111011111011110110011011111001001011101010100101 | e6839ae8bc94efbd9be4baa5 |
UHC | 惚輔{亥 | 1111101111101101110111001101000010100011111110111111101010100100 | fbeddcd0a3fbfaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)