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 | 吾??爾? | 10001100111000010011111100111111100011101010001000111111 | 8ce13f3f8ea23f |
EUC-JP | 吾??爾? | 10111000111000110011111100111111101111001010010000111111 | b8e33f3fbca43f |
UTF-8 | 吾멸랜爾퇑 | 111001011001000010111110111010111010100110111000111010111001111010011100111001111000100010111110111011011000011110010001 | e590beeba9b8eb9e9ce788beed8791 |
UHC | 吾멸랜爾퇑 | 11100111111011101011100011101010101101111010001111101100101100111011100001000010 | e7eeb8eab7a3ecb3b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)