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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑁狄シ゚ショ | 1110000011101110111000001011110110111100110111111011110010101110 | e0eee0bdbcdfbcae |
EUC-JP | 瑁狄シ゚ショ | 111000001111000011100000101111111000111010111100100011101101111110001110101111001000111010101110 | e0f0e0bf8ebc8edf8ebc8eae |
UTF-8 | 瑁狄シ゚ショ | 111001111001000110000001111001111000101110000100111011111011110110111100111011111011111010011111111011111011110110111100111011111011110110101110 | e79181e78b84efbdbcefbe9fefbdbcefbdae |
UHC | 瑁狄???? | 1101100111000001111011101101101000111111001111110011111100111111 | d9c1eeda3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)