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 | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
SJIS-WIN | 鴉Q}Y鴉Q}bE | 1110100111101011010100010111110101011001111010011110101101010001011111010110001001000101 | e9eb517d59e9eb517d6245 |
EUC-JP | 鴉Q}Y鴉Q}bE | 1111001011101101010100010111110101011001111100101110110101010001011111010110001001000101 | f2ed517d59f2ed517d6245 |
UTF-8 | 鴉Q}Y鴉Q}bE | 11101001101101001000100101010001011111010101100111101001101101001000100101010001011111010110001001000101 | e9b489517d59e9b489517d6245 |
UHC | 鴉Q}Y鴉Q}bE | 1110010010111100010100010111110101011001111001001011110001010001011111010110001001000101 | e4bc517d59e4bc517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)