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 | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 樽束z樽束zB | 1001001001001101100100011010100101111010100100100100110110010001101010010111101001000010 | 924d91a97a924d91a97a42 |
EUC-JP | 樽束z樽束zB | 1100001110101110110000101010101101111010110000111010111011000010101010110111101001000010 | c3aec2ab7ac3aec2ab7a42 |
UTF-8 | 樽束z樽束zB | 111001101010100010111101111001101001110110011111011110101110011010101000101111011110011010011101100111110111101001000010 | e6a8bde69d9f7ae6a8bde69d9f7a42 |
UHC | 樽束z樽束zB | 1111000111011100111000011101011001111010111100011101110011100001110101100111101001000010 | f1dce1d67af1dce1d67a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)