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 | 陽穩鶺陽 | 1001011101111010111000100111001011101010010101001001011101111010 | 977ae272ea54977a |
EUC-JP | 陽穩鶺陽 | 1100110111011011111000111101001111110011101101011100110111011011 | cddbe3d3f3b5cddb |
UTF-8 | 陽穩鶺陽 | 111010011001100110111101111001111010100110101001111010011011011010111010111010011001100110111101 | e999bde7a9a9e9b6bae999bd |
UHC | 陽穩?陽 | 11100101110101011110100010110001001111111110010111010101 | e5d5e8b13fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)