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??{ | 001111110011111101111011001111110011111101101000001111110011111101111011 | 3f3f7b3f3f683f3f7b |
SJIS-WIN | ??{??h??{ | 001111110011111101111011001111110011111101101000001111110011111101111011 | 3f3f7b3f3f683f3f7b |
EUC-JP | ??{??h??{ | 001111110011111101111011001111110011111101101000001111110011111101111011 | 3f3f7b3f3f683f3f7b |
UTF-8 | 횂혨{횂혧h횂혨{ | 111011011001101010000010111011011001100010101000011110111110110110011010100000101110110110011000101001110110100011101101100110101000001011101101100110001010100001111011 | ed9a82ed98a87bed9a82ed98a768ed9a82ed98a87b |
UHC | 횂혨{횂혧h횂혨{ | 110000111000001011000010100100000111101111000011100000101100001010001111011010001100001110000010110000101001000001111011 | c382c2907bc382c28f68c382c2907b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)