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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訝??柔? | 11100110011000100011111100111111100011110101111100111111 | e6623f3f8f5f3f |
EUC-JP | 訝??柔? | 11101011110000110011111100111111101111011100000000111111 | ebc33f3fbdc03f |
UTF-8 | 訝욌즹柔욤 | 111010001010100010011101111011001001101010001100111011001010011010111001111001101001111110010100111011001001101010100100 | e8a89dec9a8ceca6b9e69f94ec9aa4 |
UHC | 訝욌즹柔욤 | 11100100101110001001111011101011101000111000101111101010111101011011111111101000 | e4b89eeba38beaf5bfe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)