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 | 1110011010001000100011010111110101011001111001101000100010001101011111010110001001000101 | e6888d7d59e6888d7d6245 |
EUC-JP | 謌閤Y謌閤bE | 1110101111101000101110011101111001011001111010111110100010111001110111100110001001000101 | ebe8b9de59ebe8b9de6245 |
UTF-8 | 謌閤Y謌閤bE | 111010001010110010001100111010011001011010100100010110011110100010101100100011001110100110010110101001000110001001000101 | e8ac8ce996a459e8ac8ce996a46245 |
UHC | ?閤Y?閤bE | 001111111111100111101110010110010011111111111001111011100110001001000101 | 3ff9ee593ff9ee6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)