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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 堤?億??^ | 1001001011100111001111111000100110101101001111110011111101011110 | 92e73f89ad3f3f5e |
EUC-JP | 堤?億??^ | 1100010011101001001111111011001010101111001111110011111101011110 | c4e93fb2af3f3f5e |
UTF-8 | 堤렱億뜸헴^ | 11100101101000001010010011101011101000001011000111100101100001001000010011101011100111001011100011101101100101111011010001011110 | e5a0a4eba0b1e58484eb9cb8ed97b45e |
UHC | 堤렱億뜸헴^ | 1111000010100111100011101011111011100101111000101011011011100100110001111111000001011110 | f0a78ebee5e2b6e4c7f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)