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 | 場ル湜 | 1000111111101010110110011111101101000111 | 8fead9fb47 |
EUC-JP | 場ル湜 | 10111110111011001000111011011001100011111100011111111100 | beec8ed98fc7fc |
UTF-8 | 場ル湜 | 111001011010000010110100111011111011111010011001111001101011100110011100 | e5a0b4efbe99e6b99c |
UHC | 場?湜 | 1110110111011110001111111110001111010111 | edde3fe3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)