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 | 鈺??譽? | 11111011110001000011111100111111111001101010001100111111 | fbc43f3fe6a33f |
EUC-JP | 鈺??譽? | 1000111111100011110101010011111100111111111011001010010100111111 | 8fe3d53f3feca53f |
UTF-8 | 鈺곫눟譽꿁 | 111010011000100010111010111010101011001110101011111010111000100010011111111010001010110110111101111010101011111110000001 | e988baeab3abeb889fe8adbdeabf81 |
UHC | 鈺곫눟譽꿁 | 11101000101011011000000111100110100001111011011111100111111000101000010101000010 | e8ad81e687b7e7e28542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)