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 | 偲湿偲ホト竺 | 10001110110000111000111010111100100011101100001111001110110001001000111010110001 | 8ec38ebc8ec3cec48eb1 |
EUC-JP | 偲湿偲ホト竺 | 101111001100010110111100101111101011110011000101100011101100111010001110110001001011110010110011 | bcc5bcbebcc58ece8ec4bcb3 |
UTF-8 | 偲湿偲ホト竺 | 111001011000000110110010111001101011100110111111111001011000000110110010111011111011111010001110111011111011111010000100111001111010101110111010 | e581b2e6b9bfe581b2efbe8eefbe84e7abba |
UHC | ?????竺 | 00111111001111110011111100111111001111111111010111100111 | 3f3f3f3f3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)