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 | 斜上 | 1111000011000011100011101100111010001111111000111111000111101100 | f0c38ece8fe3f1ec |
EUC-JP | ?斜上? | 001111111011110011010000101111101110010100111111 | 3fbcd0bee53f |
UTF-8 | 斜上 | 111011101000001010000010111001101001011010011100111001001011100010001010111011101000010110100111 | ee8282e6969ce4b88aee85a7 |
UHC | ?斜上? | 001111111101111011011000110111111011111000111111 | 3fded8dfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)