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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
EUC-JP | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
UTF-8 | 챘혥혷G챕혶혯 | 11101100101100011001100011101101100110001010010111101101100110001011011101000111111011001011000110010101111011011001100010110110111011011001100010101111 | ecb198ed98a5ed98b747ecb195ed98b6ed98af |
UHC | 챘혥혷G챕혶혯 | 11000011101010111100001010001101110000101001111001000111110000111010100111000010100111011100001010010110 | c3abc28dc29e47c3a9c29dc296 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)