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 | 奄??? | 1000100110000010001111110011111100111111 | 89823f3f3f |
EUC-JP | 奄??? | 1011000111100010001111110011111100111111 | b1e23f3f3f |
UTF-8 | 奄띔퉷溜 | 111001011010010110000100111010111001110110010100111011011000100110110111111011111010011110001011 | e5a584eb9d94ed89b7efa78b |
UHC | 奄띔퉷溜 | 1110010111110010101101101110101010111001100011111110101011111110 | e5f2b6eab98feafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)