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 | 淀爐??橋? | 100101111000010011100000101000100011111100111111100010111011010000111111 | 9784e0a23f3f8bb43f |
EUC-JP | 淀爐??橋? | 110011011110010011100000101001000011111100111111101101101011011000111111 | cde4e0a43f3fb6b63f |
UTF-8 | 淀爐븀렜橋렠 | 111001101011011110000000111001111000100010010000111010111011100010000000111010111010000010011100111001101010100110001011111010111010000010100000 | e6b780e78890ebb880eba09ce6a98beba0a0 |
UHC | 淀爐븀렜橋렠 | 111011111110001111010110110100111011101011100111100011101010111011001110111010011000111010110001 | efe3d6d3bae78eaecee98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)