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 | 謌債。縲躯、 | 11100110100010001000110111000010101000011110001110000000100010111110101110100100 | e6888dc2a1e3808beba4 |
EUC-JP | 謌債。縲躯、 | 111010111110100010111010110001001000111010100001111001011110000010110110111011011000111010100100 | ebe8bac48ea1e5e0b6ed8ea4 |
UTF-8 | 謌債。縲躯、 | 111010001010110010001100111001011000001010110101111011111011110110100001111001111011100010110010111010001011101010101111111011111011110110100100 | e8ac8ce582b5efbda1e7b8b2e8baafefbda4 |
UHC | ?債???? | 00111111111100111111000000111111001111110011111100111111 | 3ff3f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)