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 | ?Y???A?P | 0011111101011001001111110011111100111111010000010011111101010000 | 3f593f3f3f413f50 |
SJIS-WIN | ?Y???A?P | 0011111101011001001111110011111100111111010000010011111101010000 | 3f593f3f3f413f50 |
EUC-JP | ?Y???A?P | 0011111101011001001111110011111100111111010000010011111101010000 | 3f593f3f3f413f50 |
UTF-8 | 혪Y혩째혪A혪P | 111011011001100010101010010110011110110110011000101010011110110010100111101110001110110110011000101010100100000111101101100110001010101001010000 | ed98aa59ed98a9eca7b8ed98aa41ed98aa50 |
UHC | 혪Y혩째혪A혪P | 11000010100100100101100111000010100100011100001010110000110000101001001001000001110000101001001001010000 | c29259c291c2b0c29241c29250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)