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 | 型爐??橋? | 100011000101111011100000101000100011111100111111100010111011010000111111 | 8c5ee0a23f3f8bb43f |
EUC-JP | 型爐??橋? | 101101111011111111100000101001000011111100111111101101101011011000111111 | b7bfe0a43f3fb6b63f |
UTF-8 | 型爐븀렜橋렠 | 111001011001111010001011111001111000100010010000111010111011100010000000111010111010000010011100111001101010100110001011111010111010000010100000 | e59e8be78890ebb880eba09ce6a98beba0a0 |
UHC | 型爐븀렜橋렠 | 111110101111111011010110110100111011101011100111100011101010111011001110111010011000111010110001 | fafed6d3bae78eaecee98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)