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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錠??爾 | 100011111111100100111111001111111000111010100010 | 8ff93f3f8ea2 |
EUC-JP | 錠??爾 | 101111101111101100111111001111111011110010100100 | befb3f3fbca4 |
UTF-8 | 錠브늉爾 | 111010011000110010100000111010111011100010001100111010111000101010001001111001111000100010111110 | e98ca0ebb88ceb8a89e788be |
UHC | 錠브늉爾 | 1110111111111100101110101110101010110100101111111110110010110011 | effcbaeab4bfecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)