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 | 灼実丈ヒ丈 | 100011101101110010001110110000001000111111100100110010111000111111100100 | 8edc8ec08fe4cb8fe4 |
EUC-JP | 灼実丈ヒ丈 | 10111100110111101011110011000010101111101110011010001110110010111011111011100110 | bcdebcc2bee68ecbbee6 |
UTF-8 | 灼実丈ヒ丈 | 111001111000000110111100111001011010111010011111111001001011100010001000111011111011111010001011111001001011100010001000 | e781bce5ae9fe4b888efbe8be4b888 |
UHC | 灼?丈?丈 | 1110110111000111001111111110110111011011001111111110110111011011 | edc73feddb3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)