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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
EUC-JP | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
UTF-8 | 묲뭁뫖z묲뭁뫖zB | 111010111010110010110010111010111010110110000001111010111010101110010110011110101110101110101100101100101110101110101101100000011110101110101011100101100111101001000010 | ebacb2ebad81ebab967aebacb2ebad81ebab967a42 |
UHC | 묲뭁뫖z묲뭁뫖zB | 100100100100100110010010010100001001000110111000011110101001001001001001100100100101000010010001101110000111101001000010 | 9249925091b87a9249925091b87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)