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 | 粫剰轡谺件 | 11100010111001101000111111101000100011000100010011100110101011001000110010001111 | e2e68fe88c44e6ac8c8f |
EUC-JP | 粫剰轡谺件 | 11100100111010001011111011101010101101111010010111101100101011101011011111101111 | e4e8beeab7a5ecaeb7ef |
UTF-8 | 粫剰轡谺件 | 111001111011001010101011111001011000100110110000111010001011110110100001111010001011000010111010111001001011101110110110 | e7b2abe589b0e8bda1e8b0bae4bbb6 |
UHC | ????件 | 001111110011111100111111001111111100101111101100 | 3f3f3f3fcbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)