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 | 趾?味? | 111001101110010000111111100101101010000100111111 | e6e43f96a13f |
EUC-JP | 趾?味? | 111011001110011000111111110011001010001100111111 | ece63fcca33f |
UTF-8 | 趾쇽味뤊 | 111010001011011010111110111011001000011110111101111001011001000110110011111010111010010010001010 | e8b6beec87bde591b3eba48a |
UHC | 趾쇽味뤊 | 1111001010111111101111001110111111011010101010111000111110111010 | f2bfbcefdaab8fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)