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 | 衆??孟?? | 1000111101001111001111110011111110010110110100000011111100111111 | 8f4f3f3f96d03f3f |
EUC-JP | 衆??孟?? | 1011110110110000001111110011111111001100110100100011111100111111 | bdb03f3fccd23f3f |
UTF-8 | 衆폈렱孟렯렱 | 111010001010000110000110111011011000111110001000111010111010000010110001111001011010110110011111111010111010000010101111111010111010000010110001 | e8a186ed8f88eba0b1e5ad9feba0afeba0b1 |
UHC | 衆폈렱孟렯렱 | 111100011110101111000110111100011000111010111110110110001110101110001110101111001000111010111110 | f1ebc6f18ebed8eb8ebc8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)