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 | 魄ョ魄ョ蝓手 | 11101001101011101010111011101001101011101010111011100101100111111000111011101000 | e9aeaee9aeaee59f8ee8 |
EUC-JP | 魄ョ魄ョ蝓手 | 111100101011000010001110101011101111001010110000100011101010111011101010101000011011110011101010 | f2b08eaef2b08eaeeaa1bcea |
UTF-8 | 魄ョ魄ョ蝓手 | 111010011010110110000100111011111011110110101110111010011010110110000100111011111011110110101110111010001001110110010011111001101000100110001011 | e9ad84efbdaee9ad84efbdaee89d93e6898b |
UHC | 魄?魄??手 | 110110111101111000111111110110111101111000111111001111111110001010100010 | dbde3fdbde3f3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)