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 | 螳オ闌矢─ | 111001011010111010110101111010001000110010010110111011101000010010011111 | e5aeb5e88c96ee849f |
EUC-JP | 螳オ闌矢─ | 11101010101100001000111010110101111011111110110011001100111100001010100010100001 | eab08eb5efecccf0a8a1 |
UTF-8 | 螳オ闌矢─ | 111010001001111010110011111011111011110110110101111010011001011110001100111001111001111110100010111000101001010010000000 | e89eb3efbdb5e9978ce79fa2e29480 |
UHC | 螳??矢─ | 1101001111011001001111110011111111100011110001011010011010100001 | d3d93f3fe3c5a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)