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 | ?}?u?? | 001111110111110100111111011101010011111100111111 | 3f7d3f753f3f |
SJIS-WIN | ?}?u?? | 001111110111110100111111011101010011111100111111 | 3f7d3f753f3f |
EUC-JP | ?}?u?? | 001111110111110100111111011101010011111100111111 | 3f7d3f753f3f |
UTF-8 | 혳}혯u혗짰 | 1110110110011000101100110111110111101101100110001010111101110101111011011001100010010111111011001010011110110000 | ed98b37ded98af75ed9897eca7b0 |
UHC | 혳}혯u혗짰 | 11000010100110100111110111000010100101100111010111000010100000101100001010101110 | c29a7dc29675c282c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)