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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 鈊蒭籘K | 11111011110000111110010011011000111000101101101001001011 | fbc3e4d8e2da4b |
EUC-JP | 鈊蒭籘K | 1000111111100011101111111110100011011010111001001101110001001011 | 8fe3bfe8dae4dc4b |
UTF-8 | 鈊蒭籘K | 11101001100010001000101011101000100100101010110111100111101100011001100001001011 | e9888ae892ade7b1984b |
UHC | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)