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 | 熊??姐? | 10001100010001100011111100111111100010001011011100111111 | 8c463f3f88b73f |
EUC-JP | 熊??姐? | 10110111101001110011111100111111101100001011100100111111 | b7a73f3fb0b93f |
UTF-8 | 熊ㅽ♣姐렫 | 111001111000011010001010111000111000010110111101111000101001100110100011111001011010011110010000111010111010000010101011 | e7868ae385bde299a3e5a790eba0ab |
UHC | 熊ㅽ♣姐렫 | 11101010101010001010010011101101101000101100000011101110101110111000111010111001 | eaa8a4eda2c0eebb8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)