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 | 鈺??外?〃 | 111110111100010000111111001111111000101001001111001111111000000101010110 | fbc43f3f8a4f3f8156 |
EUC-JP | 鈺??外?〃 | 10001111111000111101010100111111001111111011001110110000001111111010000110110111 | 8fe3d53f3fb3b03fa1b7 |
UTF-8 | 鈺륅슥外숃〃 | 111010011000100010111010111010111010010110000101111011001000101010100101111001011010010010010110111011001000100010000011111000111000000010000011 | e988baeba585ec8aa5e5a496ec8883e38083 |
UHC | 鈺륅슥外숃〃 | 111010001010110110001111111011111011110110111011111010001110001010011001111010001010000110101000 | e8ad8fefbdbbe8e299e8a1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)