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 | 饔??獒?? | 10001111111010001110111100111111001111111000111111001011101110110011111100111111 | 8fe8ef3f3f8fcbbb3f3f |
UTF-8 | 饔낅젍獒쎈졁 | 111010011010010110010100111010111000001010000101111011001010000010001101111001111000110110010010111011001000111010001000111011001010000110000001 | e9a594eb8285eca08de78d92ec8e88eca181 |
UHC | 饔낅젍獒쎈졁 | 111010001011110110000101111010111010000010001110111010001010001110111101111010111010000010110010 | e8bd85eba08ee8a3bdeba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)