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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 醯羇悄簽 | 1110011111001111111000111011001010011100100111111110001011010011 | e7cfe3b29c9fe2d3 |
EUC-JP | 醯羇悄簽 | 1110111011010001111001101011010011011000101000011110010011010101 | eed1e6b4d8a1e4d5 |
UTF-8 | 醯羇悄簽 | 111010011000011010101111111001111011111010000111111001101000001010000100111001111011000010111101 | e986afe7be87e68284e7b0bd |
UHC | 醯??簽 | 111110111011100000111111001111111111010011011000 | fbb83f3ff4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)