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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???獒?? | 0011111100111111001111111000111111001011101110110011111100111111 | 3f3f3f8fcbbb3f3f |
UTF-8 | 降ㅷ댚獒섊ㅊ | 111011111010100010001001111000111000010110110111111010111000110010011010111001111000110110010010111011001000010010001010111000111000010110001010 | efa889e385b7eb8c9ae78d92ec848ae3858a |
UHC | 降ㅷ댚獒섊ㅊ | 111110101010001010100100111001111000100010111110111010001010001110011000111001111010010010111010 | faa2a4e788bee8a398e7a4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)