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 | 篋ョぞ | 111000101011100010000011100001111000001010111100 | e2b8838782bc |
EUC-JP | 篋ョぞ | 111001001011101010100101111001111010010010111110 | e4baa5e7a4be |
UTF-8 | 篋ョぞ | 111001111010111110001011111000111000001110100111111000111000000110011110 | e7af8be383a7e3819e |
UHC | ?ョぞ | 0011111110101011111001111010101010111110 | 3fabe7aabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)