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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍シ迢玲自 | 111010001011011110111100111001111000101110010111111001101000111010101001 | e8b7bce78b97e68ea9 |
EUC-JP | 霍シ迢玲自 | 11110000101110011000111010111100111011011110101111001110111010001011110010101011 | f0b98ebcedebcee8bcab |
UTF-8 | 霍シ迢玲自 | 111010011001110010001101111011111011110110111100111010001011111110100010111001111000111010110010111010001000011110101010 | e99c8defbdbce8bfa2e78eb2e887aa |
UHC | ???玲自 | 00111111001111110011111111010110101111001110110110111011 | 3f3f3fd6bcedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)