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 | 莊睡ぞ | 111001001011010110010000100001111000001010111100 | e4b5908782bc |
EUC-JP | 莊睡ぞ | 111010001011011110111111111001111010010010111110 | e8b7bfe7a4be |
UTF-8 | 莊睡ぞ | 111010001000111010001010111001111001110110100001111000111000000110011110 | e88e8ae79da1e3819e |
UHC | 莊睡ぞ | 111011011111011011100010101100101010101010111110 | edf6e2b2aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)