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 | 鈺ュ?節?? | 111110111100010010000011100001010011111110010000110111110011111100111111 | fbc483853f90df3f3f |
EUC-JP | 鈺ュ?節?? | 10001111111000111101010110100101111001010011111111000000111000010011111100111111 | 8fe3d5a5e53fc0e13f3f |
UTF-8 | 鈺ュ뀍節댐쉘 | 111010011000100010111010111000111000001110100101111010111000000010001101111001111010111110000000111010111000110010010000111011001000100110011000 | e988bae383a5eb808de7af80eb8c90ec8998 |
UHC | 鈺ュ뀍節댐쉘 | 111010001010110110101011111001011000010110001000111011111011110110110100111011111011110110101001 | e8adabe58588efbdb4efbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)