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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | ?驛?x{d | 00111111111010011000001100111111011110000111101101100100 | 3fe9833f787b64 |
EUC-JP | ?驛?x{d | 00111111111100011110001100111111011110000111101101100100 | 3ff1e33f787b64 |
UTF-8 | 알驛렑x{d | 111011001001010110001100111010011010100110011011111010111010000010010001011110000111101101100100 | ec958ce9a99beba091787b64 |
UHC | 알驛렑x{d | 101111101100101111100110101111101000111010100110011110000111101101100100 | becbe6be8ea6787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)