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 | ?伊湘? | 001111111000100011001001100011111100001100111111 | 3f88c98fc33f |
EUC-JP | 棅伊湘棅 | 10001111110000111111101110110000110010111011111011000101100011111100001111111011 | 8fc3fbb0cbbec58fc3fb |
UTF-8 | 棅伊湘棅 | 111001101010001110000101111001001011110010001010111001101011100110011000111001101010001110000101 | e6a385e4bc8ae6b998e6a385 |
UHC | 棅伊湘棅 | 1101110010111000111011001010010111011111110011111101110010111000 | dcb8eca5dfcfdcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)