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 | 熊???? | 100011000100011000111111001111110011111100111111 | 8c463f3f3f3f |
EUC-JP | 熊???? | 101101111010011100111111001111110011111100111111 | b7a73f3f3f3f |
UTF-8 | 熊ㅽ렧렲뤋 | 111001111000011010001010111000111000010110111101111010111010000010100111111010111010000010110010111010111010010010001011 | e7868ae385bdeba0a7eba0b2eba48b |
UHC | 熊ㅽ렧렲뤋 | 11101010101010001010010011101101100011101011011010001110101111111000111110111011 | eaa8a4ed8eb68ebf8fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)