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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 畑?? | 10010100101010000011111100111111 | 94a83f3f |
EUC-JP | 畑?? | 11001000101010100011111100111111 | c8aa3f3f |
UTF-8 | 畑욱눉 | 111001111001010110010001111011001001101010110001111010111000100010001001 | e79591ec9ab1eb8889 |
UHC | 畑욱눉 | 111011111010010110111111111011011000011110100111 | efa5bfed87a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)