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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 筌κ?] | 111000101010001110000011110010000011111101011101 | e2a383c83f5d |
EUC-JP | 筌κ?] | 111001001010010110100110110010100011111101011101 | e4a5a6ca3f5d |
UTF-8 | 筌κ탧] | 111001111010110110001100110011101011101011101101100000111010011101011101 | e7ad8ccebaed83a75d |
UHC | 筌κ탧] | 11101111101001111010010111101010101101011000100101011101 | efa7a5eab5895d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)