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 | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 吾??櫃K | 10001100111000010011111100111111100111110100001101001011 | 8ce13f3f9f434b |
EUC-JP | 吾??櫃K | 10111000111000110011111100111111110111011010010001001011 | b8e33f3fdda44b |
UTF-8 | 吾멸랜櫃K | 11100101100100001011111011101011101010011011100011101011100111101001110011100110101010111000001101001011 | e590beeba9b8eb9e9ce6ab834b |
UHC | 吾멸랜櫃K | 111001111110111010111000111010101011011110100011110011111111011001001011 | e7eeb8eab7a3cff64b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)