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 | シイ丈メシ | 1111000010111111101111001011001010001111111001001101001010111100 | f0bfbcb28fe4d2bc |
EUC-JP | ?シイ丈メシ | 0011111110001110101111001000111010110010101111101110011010001110110100101000111010111100 | 3f8ebc8eb2bee68ed28ebc |
UTF-8 | シイ丈メシ | 111011101000000110111110111011111011110110111100111011111011110110110010111001001011100010001000111011111011111010010010111011111011110110111100 | ee81beefbdbcefbdb2e4b888efbe92efbdbc |
UHC | ???丈?? | 00111111001111110011111111101101110110110011111100111111 | 3f3f3feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)