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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 孼????? | 1000111110111010110000110011111100111111001111110011111100111111 | 8fbac33f3f3f3f3f |
UTF-8 | 孼띠룇溜길쾮 | 111001011010110110111100111010111001110110100000111010111010001110000111111011111010011110001011111010101011100010111000111011001011111010101110 | e5adbceb9da0eba387efa78beab8b8ecbeae |
UHC | 孼띠룇溜길쾮 | 111001011110110110110110111011001000111110000110111010101111111010110001111001101011001010000101 | e5edb6ec8f86eafeb1e6b285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)