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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?≫???? | 00111111100000011110001000111111001111110011111100111111 | 3f81e23f3f3f3f |
EUC-JP | 璵≫?焰?? | 1000111111001100111001101010001011100100001111111000111111001001111011110011111100111111 | 8fcce6a2e43f8fc9ef3f3f |
UTF-8 | 璵≫렪焰밸쨮 | 111001111001001010110101111000101000100110101011111010111010000010101010111001111000010010110000111010111011000010111000111011001010100010101110 | e792b5e289abeba0aae784b0ebb0b8eca8ae |
UHC | 璵≫렪焰밸쨮 | 111001101010010110100001111011011000111010111000111001101111101110111001111010111010010010001000 | e6a5a1ed8eb8e6fbb9eba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)