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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 奧??押?? | 1001101011111010001111110011111110001001100111110011111100111111 | 9afa3f3f899f3f3f |
EUC-JP | 奧??押?? | 1101010011111100001111110011111110110010101000010011111100111111 | d4fc3f3fb2a13f3f |
UTF-8 | 奧덄퇁押낂릶 | 111001011010010110100111111010111000110110000100111011011000011110000001111001101000101010111100111010111000001010000010111010111010011010110110 | e5a5a7eb8d84ed8781e68abceb8282eba6b6 |
UHC | 奧덄퇁押낂릶 | 111001111111001110001000111001111011011110010010111001001110001110000101111010011001000010010100 | e7f388e7b792e4e385e99094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)