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 | 蘂???よ? | 1110010101000001001111110011111100111111100000101110011000111111 | e5413f3f3f82e63f |
EUC-JP | 蘂???よ? | 1110100110100010001111110011111100111111101001001110100000111111 | e9a23f3f3fa4e83f |
UTF-8 | 蘂녘뮅銳よ뮅 | 111010001001100010000010111010111000010110011000111010111010111010000101111010011000101010110011111000111000001010001000111010111010111010000101 | e89882eb8598ebae85e98ab3e38288ebae85 |
UHC | 蘂녘뮅銳よ뮅 | 111001111101111010110011111010001001001010010100111001111110010110101010111010001001001010010100 | e7deb3e89294e7e5aae89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)