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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?擺≫蹙 | 00111111100111011011001010000001111000101110011101000101 | 3f9db281e2e745 |
EUC-JP | ?擺≫蹙 | 00111111110110101011010010100010111001001110110110100110 | 3fdab4a2e4eda6 |
UTF-8 | 뤈擺≫蹙 | 111010111010010010001000111001101001001110111010111000101000100110101011111010001011100110011001 | eba488e693bae289abe8b999 |
UHC | 뤈擺≫蹙 | 1000111110111000111101111110110010100001111011011111010111101100 | 8fb8f7eca1edf5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)