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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 鶯辞鴟失燾フ | 1110100111110010100011101010101111101001111101001000111010111000111110110101101011001100 | e9f28eabe9f48eb8fb5acc |
| EUC-JP | 鶯辞鴟失燾フ | 11110010111101001011110010101101111100101111011010111100101110101000111111001010101111011000111011001100 | f2f4bcadf2f6bcba8fcabd8ecc |
| UTF-8 | 鶯辞鴟失燾フ | 111010011011011010101111111010001011111010011110111010011011010010011111111001011010010010110001111001111000011110111110111011111011111010001100 | e9b6afe8be9ee9b49fe5a4b1e787beefbe8c |
| UHC | 鶯??失燾? | 111001011010001100111111001111111110001111110111110101001010011100111111 | e5a33f3fe3f7d4a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)