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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 奧??押 | 100110101111101000111111001111111000100110011111 | 9afa3f3f899f |
EUC-JP | 奧??押 | 110101001111110000111111001111111011001010100001 | d4fc3f3fb2a1 |
UTF-8 | 奧덄퇁押 | 111001011010010110100111111010111000110110000100111011011000011110000001111001101000101010111100 | e5a5a7eb8d84ed8781e68abc |
UHC | 奧덄퇁押 | 1110011111110011100010001110011110110111100100101110010011100011 | e7f388e7b792e4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)