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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃???秧 | 10001000101000010011111100111111001111111110001001011110 | 88a13f3f3fe25e |
EUC-JP | 娃???秧 | 10110000101000110011111100111111001111111110001110111111 | b0a33f3f3fe3bf |
UTF-8 | 娃숋퐦浿秧 | 111001011010100010000011111011001000100010001011111011011001000010100110111001101011010110111111111001111010011110100111 | e5a883ec888bed90a6e6b5bfe7a7a7 |
UHC | 娃숋퐦浿秧 | 11101000110111111001100111101111101111011000111111111000101010101110010011101011 | e8df99efbd8ff8aae4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)