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 | ?B?P?J?U | 0011111101000010001111110101000000111111010010100011111101010101 | 3f423f503f4a3f55 |
SJIS-WIN | ?B?P?J?U | 0011111101000010001111110101000000111111010010100011111101010101 | 3f423f503f4a3f55 |
EUC-JP | ?B?P?J?U | 0011111101000010001111110101000000111111010010100011111101010101 | 3f423f503f4a3f55 |
UTF-8 | 혪B혪P혪J혪U | 11101101100110001010101001000010111011011001100010101010010100001110110110011000101010100100101011101101100110001010101001010101 | ed98aa42ed98aa50ed98aa4aed98aa55 |
UHC | 혪B혪P혪J혪U | 110000101001001001000010110000101001001001010000110000101001001001001010110000101001001001010101 | c29242c29250c2924ac29255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)