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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟒ろキ | 1110010110111011100000101110101110110111 | e5bb82ebb7 |
EUC-JP | 蟒ろキ | 111010101011110110100100111011011000111010110111 | eabda4ed8eb7 |
UTF-8 | 蟒ろキ | 111010001001111110010010111000111000001010001101111011111011110110110111 | e89f92e3828defbdb7 |
UHC | ?ろ? | 00111111101010101110110100111111 | 3faaed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)