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 | 橈??艤ゅ? | 100111101111010000111111001111111110010001111110100000101110001100111111 | 9ef43f3fe47e82e33f |
| EUC-JP | 橈?ʼn艤ゅ? | 1101110011110110001111111000111110101001110010101110011111011111101001001110010100111111 | dcf63f8fa9cae7dfa4e53f |
| UTF-8 | 橈볥ʼn艤ゅ럳 | 1110011010101001100010001110101110110011101001011100010110001001111010001000100110100100111000111000001010000101111010111001111110110011 | e6a988ebb3a5c589e889a4e38285eb9fb3 |
| UHC | 橈볥ʼn艤ゅ럳 | 111010001111101010010011111010111010100110110000111010111111101010101010111001011000111010010011 | e8fa93eba9b0ebfaaae58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)