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 | ù´Þç¯ | 111110011011010011011110111001111000111010101111 | f9b4dee78eaf |
SJIS-WIN | ?´???? | 00111111100000010100110000111111001111110011111100111111 | 3f814c3f3f3f3f |
EUC-JP | ù´Þç?¯ | 100011111010101111100011101000011010110110001111101010011011000010001111101010111010111000111111100011111010001010110100 | 8fabe3a1ad8fa9b08fabae3f8fa2b4 |
UTF-8 | ù´Þç¯ | 110000111011100111000010101101001100001110011110110000111010011111000010100011101100001010101111 | c3b9c2b4c39ec3a7c28ec2af |
UHC | ?´Þ??? | 0011111110100010101001011010100010101101001111110011111100111111 | 3fa2a5a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)