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 | 壅??偃?? | 1001101011010111001111110011111110011000111011100011111100111111 | 9ad73f3f98ee3f3f |
EUC-JP | 壅??偃?? | 1101010011011001001111110011111111010000111100000011111100111111 | d4d93f3fd0f03f3f |
UTF-8 | 壅ㅻ씍偃배덮 | 111001011010001110000101111000111000010110111011111011001001010010001101111001011000000110000011111010111011000010110000111010111000110110101110 | e5a385e385bbec948de58183ebb0b0eb8dae |
UHC | 壅ㅻ씍偃배덮 | 111010001011010110100100111010111001110110100100111001011110011110111001111010001011010110100100 | e8b5a4eb9da4e5e7b9e8b5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)