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 | 曜??淳θ? | 100101110110101000111111001111111000111101111110100000111100011000111111 | 976a3f3f8f7e83c63f |
EUC-JP | 曜??淳θ? | 110011011100101100111111001111111011110111011111101001101100100000111111 | cdcb3f3fbddfa6c83f |
UTF-8 | 曜닳댌淳θ뱰 | 1110011010011011100111001110101110001011101100111110101110001100100011001110011010110111101100111100111010111000111010111011000110110000 | e69b9ceb8bb3eb8c8ce6b7b3ceb8ebb1b0 |
UHC | 曜닳댌淳θ뱰 | 111010001111100010110100111000101000100010110101111000101110100010100101111010001001001110010110 | e8f8b4e288b5e2e8a5e89396 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)