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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 栓篩ε闇 | 1001000011110000111000101011111110000011110000111000100011000101 | 90f0e2bf83c388c5 |
EUC-JP | 栓篩ε闇 | 1100000011110010111001001100000110100110110001011011000011000111 | c0f2e4c1a6c5b0c7 |
UTF-8 | 栓篩ε闇 | 1110011010100000100100111110011110101111101010011100111010110101111010011001011110000111 | e6a093e7afa9ceb5e99787 |
UHC | 栓篩ε闇 | 1110111011111011110111101110100010100101111001011110010011100001 | eefbdee8a5e5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)