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 | 宍射偲爾 | 1000111010110011100011101100101110001110110000111000111010100010 | 8eb38ecb8ec38ea2 |
EUC-JP | 宍射偲爾 | 1011110010110101101111001100110110111100110001011011110010100100 | bcb5bccdbcc5bca4 |
UTF-8 | 宍射偲爾 | 111001011010111010001101111001011011000010000100111001011000000110110010111001111000100010111110 | e5ae8de5b084e581b2e788be |
UHC | ?射?爾 | 001111111101111011010010001111111110110010110011 | 3fded23fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)