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 | 迢シ雉∫蕎 | 111001111000101110111100111010001011001110000001111001111000101110111100 | e78bbce8b381e78bbc |
EUC-JP | 迢シ雉∫蕎 | 11101101111010111000111010111100111100001011010110100010111010011011011010111110 | edeb8ebcf0b5a2e9b6be |
UTF-8 | 迢シ雉∫蕎 | 111010001011111110100010111011111011110110111100111010011001101110001001111000101000100010101011111010001001010110001110 | e8bfa2efbdbce99b89e288abe8958e |
UHC | ??雉∫蕎 | 0011111100111111111101101100101110100001111100101100111011110000 | 3f3ff6cba1f2cef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)