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 | 畯?云驀? | 1111101101101111001111111000100101011101111010010111110100111111 | fb6f3f895de97d3f |
EUC-JP | 畯?云驀? | 100011111100110110111011001111111011000110111110111100011101111000111111 | 8fcdbb3fb1bef1de3f |
UTF-8 | 畯렧云驀땡 | 111001111001010110101111111010111010000010100111111001001011101010010001111010011010100110000000111010111001010110100001 | e795afeba0a7e4ba91e9a980eb95a1 |
UHC | 畯렧云驀땡 | 11110001111000011000111010110110111010011111011011011000111010011011011010101111 | f1e18eb6e9f6d8e9b6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)