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 | 隶千エ怜ォ画 | 11101000101011101001000011100111101101001001011111100101101010111000100111100110 | e8ae90e7b497e5ab89e6 |
EUC-JP | 隶千エ怜ォ画 | 111100001011000011000000111010011000111010110100110011101110011110001110101010111011001011101000 | f0b0c0e98eb4cee78eabb2e8 |
UTF-8 | 隶千エ怜ォ画 | 111010011001101010110110111001011000110110000011111011111011110110110100111001101000000010011100111011111011110110101011111001111001010010111011 | e99ab6e58d83efbdb4e6809cefbdabe794bb |
UHC | ?千?怜?? | 0011111111110100101101100011111111010110101110110011111100111111 | 3ff4b63fd6bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)