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 | 場ロ邪皀 | 10001111111010101101101110001110110101111110000110100011 | 8feadb8ed7e1a3 |
EUC-JP | 場ロ邪皀 | 1011111011101100100011101101101110111100110110011110001010100101 | beec8edbbcd9e2a5 |
UTF-8 | 場ロ邪皀 | 111001011010000010110100111011111011111010011011111010011000001010101010111001111001101010000000 | e5a0b4efbe9be982aae79a80 |
UHC | 場?邪? | 111011011101111000111111110111101111011100111111 | edde3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)