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 | 雅??訝? | 10001001111010110011111100111111111001100110001000111111 | 89eb3f3fe6623f |
EUC-JP | 雅??訝? | 10110010111011010011111100111111111010111100001100111111 | b2ed3f3febc33f |
UTF-8 | 雅덇괠訝됱 | 111010011001101110000101111010111000110110000111111010101011010010100000111010001010100010011101111010111001000010110001 | e99b85eb8d87eab4a0e8a89deb90b1 |
UHC | 雅덇괠訝됱 | 11100100101110101000100011101010101100011010011111100100101110001000100111101100 | e4ba88eab1a7e4b889ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)