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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釣??蹄? | 10010010110111100011111100111111100100101111101100111111 | 92de3f3f92fb3f |
EUC-JP | 釣??蹄? | 11000100111000000011111100111111110001001111110100111111 | c4e03f3fc4fd3f |
UTF-8 | 釣몃ㄼ蹄렡 | 111010011000011110100011111010111010101010000011111000111000010010111100111010001011100110000100111010111010000010100001 | e987a3ebaa83e384bce8b984eba0a1 |
UHC | 釣몃ㄼ蹄렡 | 11110000111001011011100011101011101001001010110011110000101101001000111010110010 | f0e5b8eba4acf0b48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)