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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雅??爰? | 10001001111010110011111100111111111000001010011100111111 | 89eb3f3fe0a73f |
EUC-JP | 雅??爰? | 10110010111011010011111100111111111000001010100100111111 | b2ed3f3fe0a93f |
UTF-8 | 雅덉쥋爰둉 | 111010011001101110000101111010111000110110001001111011001010010110001011111001111000100010110000111010111001000110001001 | e99b85eb8d89eca58be788b0eb9189 |
UHC | 雅덉쥋爰둉 | 11100100101110101000100011101100101000101000010011101010101110101000101001000101 | e4ba88eca284eaba8a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)