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 | 魏??節 | 111010011011000000111111001111111001000011011111 | e9b03f3f90df |
EUC-JP | 魏??節 | 111100101011001000111111001111111100000011100001 | f2b23f3fc0e1 |
UTF-8 | 魏좉여節 | 111010011010110110001111111011001010001010001001111011001001011110101100111001111010111110000000 | e9ad8feca289ec97ace7af80 |
UHC | 魏좉여節 | 1110101011100000101000001110101010111111101010011110111110111101 | eae0a0eabfa9efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)