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 | ーヒ丈 | 10110000110010111000111111100100 | b0cb8fe4 |
EUC-JP | ーヒ丈 | 100011101011000010001110110010111011111011100110 | 8eb08ecbbee6 |
UTF-8 | ーヒ丈 | 111011111011110110110000111011111011111010001011111001001011100010001000 | efbdb0efbe8be4b888 |
UHC | ??丈 | 00111111001111111110110111011011 | 3f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)