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 | 1001100001101111100100101101000001011001100110000110111110010010110100000110001001000101 | 986f92d059986f92d06245 |
EUC-JP | 椀漬Y椀漬bE | 1100111111010000110001001101001001011001110011111101000011000100110100100110001001000101 | cfd0c4d259cfd0c4d26245 |
UTF-8 | 椀漬Y椀漬bE | 111001101010010010000000111001101011110010101100010110011110011010100100100000001110011010111100101011000110001001000101 | e6a480e6bcac59e6a480e6bcac6245 |
UHC | 椀漬Y椀漬bE | 1110100011001010111100101011000001011001111010001100101011110010101100000110001001000101 | e8caf2b059e8caf2b06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)