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 | ??氷蹄?? | 0011111100111111100101010101100010010010111110110011111100111111 | 3f3f955892fb3f3f |
| EUC-JP | ??氷蹄?? | 0011111100111111110010011011100111000100111111010011111100111111 | 3f3fc9b9c4fd3f3f |
| UTF-8 | 隣양氷蹄브렮 | 111011111010011110110001111011001001011010010001111001101011000010110111111010001011100110000100111010111011100010001100111010111010000010101110 | efa7b1ec9691e6b0b7e8b984ebb88ceba0ae |
| UHC | 隣양氷蹄브렮 | 111011001110010010111110111001111101111010111100111100001011010010111010111010101000111010111011 | ece4bee7debcf0b4baea8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)