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????_] | 0011111101011001001111110011111100111111001111110101111101011101 | 3f593f3f3f3f5f5d |
SJIS-WIN | ?Y????_] | 0011111101011001001111110011111100111111001111110101111101011101 | 3f593f3f3f3f5f5d |
EUC-JP | ?Y????_] | 0011111101011001001111110011111100111111001111110101111101011101 | 3f593f3f3f3f5f5d |
UTF-8 | 혪Y혩짼혩짙_] | 111011011001100010101010010110011110110110011000101010011110110010100111101111001110110110011000101010011110110010100111100110010101111101011101 | ed98aa59ed98a9eca7bced98a9eca7995f5d |
UHC | 혪Y혩짼혩짙_] | 11000010100100100101100111000010100100011100001010110010110000101001000111000010101000110101111101011101 | c29259c291c2b2c291c2a35f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)