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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 毎臺Y毎臺bE | 1001011010001000111001000110100101011001100101101000100011100100011010010110001001000101 | 9688e469599688e4696245 |
EUC-JP | 毎臺Y毎臺bE | 1100101111101000111001111100101001011001110010111110100011100111110010100110001001000101 | cbe8e7ca59cbe8e7ca6245 |
UTF-8 | 毎臺Y毎臺bE | 111001101010111110001110111010001000011110111010010110011110011010101111100011101110100010000111101110100110001001000101 | e6af8ee887ba59e6af8ee887ba6245 |
UHC | ?臺Y?臺bE | 001111111101001111100110010110010011111111010011111001100110001001000101 | 3fd3e6593fd3e66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)