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 | ???昻?? | 00111111001111110011111111111010110100000011111100111111 | 3f3f3ffad03f3f |
EUC-JP | 邕????? | 1000111111100001111011010011111100111111001111110011111100111111 | 8fe1ed3f3f3f3f3f |
UTF-8 | 邕멨겛昻븅겗 | 111010011000001010010101111010111010100110101000111010101011001010011011111001101001100010111011111010111011100010000101111010101011001010010111 | e98295eba9a8eab29be698bbebb885eab297 |
UHC | 邕멨겛昻븅겗 | 111010001011101110111000111001011000000110110010111001001110100110111010111010011000000110101110 | e8bbb8e581b2e4e9bae981ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)