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 | 癲?〕泣?? | 111000011001111100111111100000010110110010001011100000110011111100111111 | e19f3f816c8b833f3f |
EUC-JP | 癲?〕泣?? | 111000101010000100111111101000011100110110110101111000110011111100111111 | e2a13fa1cdb5e33f3f |
UTF-8 | 癲용〕泣쏃댖 | 111001111001100110110010111011001001101010101001111000111000000010010101111001101011001110100011111011001000111110000011111010111000110010010110 | e799b2ec9aa9e38095e6b3a3ec8f83eb8c96 |
UHC | 癲용〕泣쏃댖 | 111011111010011010111111111010111010000110110011111010111110100010011011111010011000100010111010 | efa6bfeba1b3ebe89be988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)