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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??順?? | 001111110011111110001111100001110011111100111111 | 3f3f8f873f3f |
EUC-JP | ??順?? | 001111110011111110111101111001110011111100111111 | 3f3fbde73f3f |
UTF-8 | 먎얋順섲왃 | 111010111010100010001110111011001001011010001011111010011010000010000110111011001000010010110010111011001001100110000011 | eba88eec968be9a086ec84b2ec9983 |
UHC | 먎얋順섲왃 | 10010000110011001001110111111001111000101111011110011001010000011001111010110110 | 90cc9df9e2f799419eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)