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 | 瀛??彦 | 111000000110100100111111001111111001010101000110 | e0693f3f9546 |
EUC-JP | 瀛??彦 | 110111111100101000111111001111111100100110100111 | dfca3f3fc9a7 |
UTF-8 | 瀛먦굟彦 | 111001111000000010011011111010111010100010100110111010101011010110011111111001011011110110100110 | e7809beba8a6eab59fe5bda6 |
UHC | 瀛먦굟彦 | 1110011110111010100100001110001110000010100001111110010111101001 | e7ba90e38287e5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)