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 | ?H???U?B\ | 001111110100100000111111001111110011111101010101001111110100001001011100 | 3f483f3f3f553f425c |
SJIS-WIN | ?H???U?B\ | 001111110100100000111111001111110011111101010101001111110100001001011100 | 3f483f3f3f553f425c |
EUC-JP | ?H???U?B\ | 001111110100100000111111001111110011111101010101001111110100001001011100 | 3f483f3f3f553f425c |
UTF-8 | 혪H혩쩍혪U혪B\ | 11101101100110001010101001001000111011011001100010101001111011001010100110001101111011011001100010101010010101011110110110011000101010100100001001011100 | ed98aa48ed98a9eca98ded98aa55ed98aa425c |
UHC | 혪H혩쩍혪U혪B\ | 1100001010010010010010001100001010010001110000101011110111000010100100100101010111000010100100100100001001011100 | c29248c291c2bdc29255c292425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)