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 | ?ф?節?? | 0011111110000100100001100011111110010000110111110011111100111111 | 3f84863f90df3f3f |
EUC-JP | ?ф?節?? | 0011111110100111111001100011111111000000111000010011111100111111 | 3fa7e63fc0e13f3f |
UTF-8 | 料ф퀗節ㅳ굟 | 1110111110100110101111101101000110000100111011011000000010010111111001111010111110000000111000111000010110110011111010101011010110011111 | efa6bed184ed8097e7af80e385b3eab59f |
UHC | 料ф퀗節ㅳ굟 | 111010001111011110101100111001101011001110001100111011111011110110100100111000111000001010000111 | e8f7ace6b38cefbda4e38287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)