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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 庵??瞬?? | 1000100011000001001111110011111110001111011101010011111100111111 | 88c13f3f8f753f3f |
EUC-JP | 庵??瞬?? | 1011000011000011001111110011111110111101110101100011111100111111 | b0c33f3fbdd63f3f |
UTF-8 | 庵룆꽠瞬걟륞 | 111001011011101010110101111010111010001110000110111010101011110110100000111001111001111010101100111010101011000110011111111010111010010110011110 | e5bab5eba386eabda0e79eaceab19feba59e |
UHC | 庵룆꽠瞬걟륞 | 111001001101110110001111100001011000010010101101111000101110101110000001100010001001000001000100 | e4dd8f8584ade2eb81889044 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)