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 | 屋???? | 100010011010111000111111001111110011111100111111 | 89ae3f3f3f3f |
EUC-JP | 屋??濚? | 1011001010110000001111110011111110001111110010011010000100111111 | b2b03f3f8fc9a13f |
UTF-8 | 屋뷂풙濚먫 | 111001011011000110001011111010111011011110000010111011011001001010011001111001101011111110011010111010111010100010101011 | e5b18bebb782ed9299e6bf9aeba8ab |
UHC | 屋뷂풙濚먫 | 11101000101010011001010011101111101111101001110011100111101110011001000011101000 | e8a994efbe9ce7b990e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)