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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??膿???^ | 0011111100111111100101000101111000111111001111110011111101011110 | 3f3f945e3f3f3f5e |
EUC-JP | ??膿???^ | 0011111100111111110001111011111100111111001111110011111101011110 | 3f3fc7bf3f3f3f5e |
UTF-8 | 뤚ㅛ膿뤚ㅛ籠^ | 11101011101001001001101011100011100001011001101111101000100001101011111111101011101001001001101011100011100001011001101111101111101001011000010001011110 | eba49ae3859be886bfeba49ae3859befa5845e |
UHC | 뤚ㅛ膿뤚ㅛ籠^ | 10001111110010011010010011001011110100101101101110001111110010011010010011001011110100101101100101011110 | 8fc9a4cbd2db8fc9a4cbd2d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)