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 | ト桄昀「 | 110001001111101011100110111110101100111010100010 | c4fae6facea2 |
EUC-JP | ト桄昀「 | 10001110110001001000111111000011110110001000111111000001111101011000111010100010 | 8ec48fc3d88fc1f58ea2 |
UTF-8 | ト桄昀「 | 111011111011111010000100111001101010000110000100111001101001100010000000111011111011110110100010 | efbe84e6a184e69880efbda2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)