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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踝ъ鮎 | 111001101111010010000100100011001000100010111100 | e6f4848c88bc |
EUC-JP | 踝ъ鮎 | 111011001111011010100111111011001011000010111110 | ecf6a7ecb0be |
UTF-8 | 踝ъ鮎 | 1110100010111000100111011101000110001010111010011010111010001110 | e8b89dd18ae9ae8e |
UHC | ?ъ鮎 | 0011111110101100111011001110111111000110 | 3facecefc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)