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 | 吾х?? | 100011001110000110000100100001110011111100111111 | 8ce184873f3f |
EUC-JP | 吾х?? | 101110001110001110100111111001110011111100111111 | b8e3a7e73f3f |
UTF-8 | 吾х뒕嶺 | 1110010110010000101111101101000110000101111010111001001010010101111011111010011010101011 | e590bed185eb9295efa6ab |
UHC | 吾х뒕嶺 | 1110011111101110101011001110011110001010100100101110011110101101 | e7eeace78a92e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)