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 | 湖??絅?? | 1000110011001110001111110011111111100011010001000011111100111111 | 8cce3f3fe3443f3f |
| EUC-JP | 湖?饔絅?遝 | 101110001101000000111111100011111110100011101111111001011010010100111111100011111110000111011111 | b8d03f8fe8efe5a53f8fe1df |
| UTF-8 | 湖렕饔絅렎遝 | 111001101011100110010110111010111010000010010101111010011010010110010100111001111011010110000101111010111010000010001110111010011000000110011101 | e6b996eba095e9a594e7b585eba08ee9819d |
| UHC | 湖렕饔絅렎遝 | 111110111100100110001110101010101110100010111101110011001110011110001110101001001101001111001111 | fbc98eaae8bdcce78ea4d3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)