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 | ??犬悽 | 001111110011111110001100101000101001110010101100 | 3f3f8ca29cac |
EUC-JP | ??犬悽 | 001111110011111110111000101001001101100010101110 | 3f3fb8a4d8ae |
UTF-8 | 뤈뇜犬悽 | 111010111010010010001000111010111000011110011100111001111000101010101100111001101000001010111101 | eba488eb879ce78aace682bd |
UHC | 뤈뇜犬悽 | 1000111110111000101100111111110111001100101100111111010010100100 | 8fb8b3fdccb3f4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)