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 | 1110100010011100100011010111110101011001111010001001110010001101011111010110001001000101 | e89c8d7d59e89c8d7d6245 |
EUC-JP | 陷閤Y陷閤bE | 1110111111111100101110011101111001011001111011111111110010111001110111100110001001000101 | effcb9de59effcb9de6245 |
UTF-8 | 陷閤Y陷閤bE | 111010011001100110110111111010011001011010100100010110011110100110011001101101111110100110010110101001000110001001000101 | e999b7e996a459e999b7e996a46245 |
UHC | 陷閤Y陷閤bE | 1111100111101000111110011110111001011001111110011110100011111001111011100110001001000101 | f9e8f9ee59f9e8f9ee6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)