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 | 雄?藜 | 1001011101011001001111111110010101011011 | 97593fe55b |
EUC-JP | 雄?藜 | 1100110110111010001111111110100110111100 | cdba3fe9bc |
UTF-8 | 雄펭藜 | 111010011001101110000100111011011000111010101101111010001001011110011100 | e99b84ed8eade8979c |
UHC | 雄펭藜 | 111010101010100111000110111010111101010111101101 | eaa9c6ebd5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)