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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 倻????? | 1000111110110001111101100011111100111111001111110011111100111111 | 8fb1f63f3f3f3f3f |
UTF-8 | 倻듿젶鱗덈쨯 | 111001011000000010111011111010111001001110111111111011001010000010110110111011111010011110110010111010111000110110001000111011001010100010101111 | e580bbeb93bfeca0b6efa7b2eb8d88eca8af |
UHC | 倻듿젶鱗덈쨯 | 111001011010011010001010111001011010000010101010111011001110011110001000111010111010010010001001 | e5a68ae5a0aaece788eba489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)