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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 鈺??G遙 | 11111011110001000011111100111111010001111110101010100001 | fbc43f3f47eaa1 |
EUC-JP | 鈺??G遙 | 1000111111100011110101010011111100111111010001111111010010100011 | 8fe3d53f3f47f4a3 |
UTF-8 | 鈺뚳숱G遙 | 11101001100010001011101011101011100110101011001111101100100010001011000101000111111010011000000110011001 | e988baeb9ab3ec88b147e98199 |
UHC | 鈺뚳숱G遙 | 111010001010110110001100111011111011110110100010010001111110100110101011 | e8ad8cefbda247e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)