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 | ?A?Kh?A?K | 001111110100000100111111010010110110100000111111010000010011111101001011 | 3f413f4b683f413f4b |
SJIS-WIN | ?A?Kh?A?K | 001111110100000100111111010010110110100000111111010000010011111101001011 | 3f413f4b683f413f4b |
EUC-JP | ?A?Kh?A?K | 001111110100000100111111010010110110100000111111010000010011111101001011 | 3f413f4b683f413f4b |
UTF-8 | 혪A혪Kh혪A혪K | 1110110110011000101010100100000111101101100110001010101001001011011010001110110110011000101010100100000111101101100110001010101001001011 | ed98aa41ed98aa4b68ed98aa41ed98aa4b |
UHC | 혪A혪Kh혪A혪K | 11000010100100100100000111000010100100100100101101101000110000101001001001000001110000101001001001001011 | c29241c2924b68c29241c2924b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)