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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼実丈 | 100011101101110010001110110000001000111111100100 | 8edc8ec08fe4 |
EUC-JP | 灼実丈 | 101111001101111010111100110000101011111011100110 | bcdebcc2bee6 |
UTF-8 | 灼実丈 | 111001111000000110111100111001011010111010011111111001001011100010001000 | e781bce5ae9fe4b888 |
UHC | 灼?丈 | 1110110111000111001111111110110111011011 | edc73feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)