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 | 辷シ迥堤砂迯 | 1110011110001000101111001110011110001010100100101110011110001101101110111110011110001101 | e788bce78a92e78dbbe78d |
EUC-JP | 辷シ迥堤砂迯 | 111011011110100010001110101111001110110111101010110001001110100110111010101111011110110111101101 | ede88ebcedeac4e9babdeded |
UTF-8 | 辷シ迥堤砂迯 | 111010001011111010110111111011111011110110111100111010001011111110100101111001011010000010100100111001111010000010000010111010001011111110101111 | e8beb7efbdbce8bfa5e5a0a4e7a082e8bfaf |
UHC | ???堤砂? | 0011111100111111001111111111000010100111110111101110001100111111 | 3f3f3ff0a7dee33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)