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 | 1110100010011011100111100111110101011001111010001001101110011110011111010110001001000101 | e89b9e7d59e89b9e7d6245 |
EUC-JP | 陋栲Y陋栲bE | 1110111111111011110110111101111001011001111011111111101111011011110111100110001001000101 | effbdbde59effbdbde6245 |
UTF-8 | 陋栲Y陋栲bE | 111010011001100110001011111001101010000010110010010110011110100110011001100010111110011010100000101100100110001001000101 | e9998be6a0b259e9998be6a0b26245 |
UHC | 陋?Y陋?bE | 110101111011000000111111010110011101011110110000001111110110001001000101 | d7b03f59d7b03f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)