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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 챦짝혺Y챦짝혺bE | 111011001011000110100110111011001010011110011101111011011001100010111010010110011110110010110001101001101110110010100111100111011110110110011000101110100110001001000101 | ecb1a6eca79ded98ba59ecb1a6eca79ded98ba6245 |
UHC | 챦짝혺Y챦짝혺bE | 110000111010111111000010101001101100001010011111010110011100001110101111110000101010011011000010100111110110001001000101 | c3afc2a6c29f59c3afc2a6c29f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)