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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???庾??? | 001111110011111100111111100011111011110011001110001111110011111100111111 | 3f3f3f8fbcce3f3f3f |
UTF-8 | 롘롖렗庾렖롔롎 | 111010111010000110011000111010111010000110010110111010111010000010010111111001011011101010111110111010111010000010010110111010111010000110010100111010111010000110001110 | eba198eba196eba097e5babeeba096eba194eba18e |
UHC | 롘롖렗庾렖롔롎 | 1000111011011100100011101101101010001110101011001110101011101100100011101010101110001110110110001000111011010100 | 8edc8eda8eaceaec8eab8ed88ed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)