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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 奣夭勢RE | 1111101010100011100110101110111010010000101010000101001001000101 | faa39aee90a85245 |
EUC-JP | 奣夭勢RE | 100011111011100011111100110101001111000011000000101010100101001001000101 | 8fb8fcd4f0c0aa5245 |
UTF-8 | 奣夭勢RE | 1110010110100101101000111110010110100100101011011110010110001011101000100101001001000101 | e5a5a3e5a4ade58ba25245 |
UHC | ?夭勢RE | 00111111111010001110110011100001101001110101001001000101 | 3fe8ece1a75245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)