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 | 1110010101100100100110010100000101011001111001010110010010011001010000010110001001000101 | e564994159e56499416245 |
EUC-JP | 蘚僊Y蘚僊bE | 1110100111000101110100011010001001011001111010011100010111010001101000100110001001000101 | e9c5d1a259e9c5d1a26245 |
UTF-8 | 蘚僊Y蘚僊bE | 111010001001100010011010111001011000001110001010010110011110100010011000100110101110010110000011100010100110001001000101 | e8989ae5838a59e8989ae5838a6245 |
UHC | 蘚僊Y蘚僊bE | 1110000011010000111000001011101001011001111000001101000011100000101110100110001001000101 | e0d0e0ba59e0d0e0ba6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)