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 | 雜呻スー遶雁 | 11101000101101101001100111101111101111011011000011100111101010111000101011100101 | e8b699efbdb0e7ab8ae5 |
EUC-JP | 雜呻スー遶雁 | 111100001011100011010010111100011000111010111101100011101011000011101110101011011011010011100111 | f0b8d2f18ebd8eb0eeadb4e7 |
UTF-8 | 雜呻スー遶雁 | 111010011001101110011100111001011001000110111011111011111011110110111101111011111011110110110000111010011000000110110110111010011001101110000001 | e99b9ce591bbefbdbdefbdb0e981b6e99b81 |
UHC | 雜呻???雁 | 111011011101101011100011111000100011111100111111001111111110010011010010 | eddae3e23f3f3fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)