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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??絨?? | 001111110011111111100011010011110011111100111111 | 3f3fe34f3f3f |
EUC-JP | ??絨?? | 001111110011111111100101101100000011111100111111 | 3f3fe5b03f3f |
UTF-8 | 뤙궉絨춳피 | 111010111010010010011001111010101011011010001001111001111011010110101000111011001011011010110011111011011001010010111100 | eba499eab689e7b5a8ecb6b3ed94bc |
UHC | 뤙궉絨춳피 | 10001111110010001011000111000110111010111101011010101101100011111100011111000111 | 8fc8b1c6ebd6ad8fc7c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)