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 | 帳ユ?帳?? | 100100101010000010000011100001100011111110010010101000000011111100111111 | 92a083863f92a03f3f |
EUC-JP | 帳ユ?帳?? | 110001001010001010100101111001100011111111000100101000100011111100111111 | c4a2a5e63fc4a23f3f |
UTF-8 | 帳ユ꼇帳룩뮅 | 111001011011100010110011111000111000001110100110111010101011110010000111111001011011100010110011111010111010001110101001111010111010111010000101 | e5b8b3e383a6eabc87e5b8b3eba3a9ebae85 |
UHC | 帳ユ꼇帳룩뮅 | 111011011110001110101011111001101011001010111011111011011110001110110111111010001001001010010100 | ede3abe6b2bbede3b7e89294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)