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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 訷啀[訷啀[^ | 1111101110100100100110100101000001011011111110111010010010011010010100000101101101011110 | fba49a505bfba49a505b5e |
EUC-JP | 訷啀[訷啀[^ | 10001111110111011101010011010011101100010101101110001111110111011101010011010011101100010101101101011110 | 8fddd4d3b15b8fddd4d3b15b5e |
UTF-8 | 訷啀[訷啀[^ | 111010001010100010110111111001011001010110000000010110111110100010101000101101111110010110010101100000000101101101011110 | e8a8b7e595805be8a8b7e595805b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)