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 | 航??鴨?? | 1000110101110001001111110011111110001010100110110011111100111111 | 8d713f3f8a9b3f3f |
EUC-JP | 航??鴨?? | 1011100111010010001111110011111110110011111110110011111100111111 | b9d23f3fb3fb3f3f |
UTF-8 | 航룬눈鴨쒐댚 | 111010001000100010101010111010111010001110101100111010111000100010001000111010011011010010101000111011001001001010010000111010111000110010011010 | e888aaeba3aceb8888e9b4a8ec9290eb8c9a |
UHC | 航룬눈鴨쒐댚 | 111110011111111010110111111010011011010010101011111001001110010110011100111001111000100010111110 | f9feb7e9b4abe4e59ce788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)