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 | ????傭 | 001111110011111100111111001111111001011101100010 | 3f3f3f3f9762 |
EUC-JP | ????傭 | 001111110011111100111111001111111100110111000011 | 3f3f3f3fcdc3 |
UTF-8 | 裂┧댄뒎傭 | 111011111010011010100000111000101001010010100111111010111000110010000100111010111001001010001110111001011000001010101101 | efa6a0e294a7eb8c84eb928ee582ad |
UHC | 裂┧댄뒎傭 | 11100110111100011010011011001110101101001110110110001010100010111110100110110110 | e6f1a6ceb4ed8a8be9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)