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 | ??バ?臣ゅ | 001111110011111110000011011011110011111110010000011000101000001011100011 | 3f3f836f3f906282e3 |
EUC-JP | ??バ?臣ゅ | 001111110011111110100101110100000011111110111111110000111010010011100101 | 3f3fa5d03fbfc3a4e5 |
UTF-8 | 룶퓦バ룵臣ゅ | 111010111010001110110110111011011001001110100110111000111000001110010000111010111010001110110101111010001000011110100011111000111000001010000101 | eba3b6ed93a6e38390eba3b5e887a3e38285 |
UHC | 룶퓦バ룵臣ゅ | 100011111010101110111111100011111010101111010000100011111010101011100011111011011010101011100101 | 8fabbf8fabd08faae3edaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)