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 | 帳??鴨?? | 1001001010100000001111110011111110001010100110110011111100111111 | 92a03f3f8a9b3f3f |
EUC-JP | 帳??鴨?? | 1100010010100010001111110011111110110011111110110011111100111111 | c4a23f3fb3fb3f3f |
UTF-8 | 帳룬눈鴨쒐댚 | 111001011011100010110011111010111010001110101100111010111000100010001000111010011011010010101000111011001001001010010000111010111000110010011010 | e5b8b3eba3aceb8888e9b4a8ec9290eb8c9a |
UHC | 帳룬눈鴨쒐댚 | 111011011110001110110111111010011011010010101011111001001110010110011100111001111000100010111110 | ede3b7e9b4abe4e59ce788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)