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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦嶝?? | 100010101010001010011011110100010011111100111111 | 8aa29bd13f3f |
EUC-JP | 瓦嶝?? | 101101001010010011010110110100110011111100111111 | b4a4d6d33f3f |
UTF-8 | 瓦嶝렯렔 | 111001111001001110100110111001011011011010011101111010111010000010101111111010111010000010010100 | e793a6e5b69deba0afeba094 |
UHC | 瓦嶝렯렔 | 1110100010111111110101001111000110001110101111001000111010101001 | e8bfd4f18ebc8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)