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 | 影??節℡? | 100010010110010100111111001111111001000011011111100001111000010000111111 | 89653f3f90df87843f |
EUC-JP | 影??節?? | 1011000111000110001111110011111111000000111000010011111100111111 | b1c63f3fc0e13f3f |
UTF-8 | 影좑쉽節℡겛 | 111001011011110110110001111011001010001010010001111011001000100110111101111001111010111110000000111000101000010010100001111010101011001010011011 | e5bdb1eca291ec89bde7af80e284a1eab29b |
UHC | 影좑쉽節℡겛 | 111001111010111110100000111011111011110110110001111011111011110110100010111001011000000110110010 | e7afa0efbdb1efbda2e581b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)