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 | 檣?醍?? | 10011110111111000011111110010001111001110011111100111111 | 9efc3f91e73f3f |
EUC-JP | 檣?醍?? | 11011100111111100011111111000010111010010011111100111111 | dcfe3fc2e93f3f |
UTF-8 | 檣렜醍븍렟 | 111001101010101010100011111010111010000010011100111010011000011010001101111010111011100010001101111010111010000010011111 | e6aaa3eba09ce9868debb88deba09f |
UHC | 檣렜醍븍렟 | 11101101111010101000111010101110111100001011010110111010111010111000111010110000 | edea8eaef0b5baeb8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)