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 | 歟??竊?? | 1001111101100010001111110011111111100010100001100011111100111111 | 9f623f3fe2863f3f |
EUC-JP | 歟??竊?? | 1101110111000011001111110011111111100011111001100011111100111111 | ddc33f3fe3e63f3f |
UTF-8 | 歟㏓뀞竊뤸를 | 111001101010110110011111111000111000111110010011111010111000000010011110111001111010101110001010111010111010010010111000111010111010010110111100 | e6ad9fe38f93eb809ee7ab8aeba4b8eba5bc |
UHC | 歟㏓뀞竊뤸를 | 111001101010001010100111111010111000010110010101111011111011110010001111111001101011100010100110 | e6a2a7eb8595efbc8fe6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)