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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 佃?咀?? | 10010010110011110011111110011001111100000011111100111111 | 92cf3f99f03f3f |
EUC-JP | 佃?咀®? | 110001001101000100111111110100101111001010001111101000101110111000111111 | c4d13fd2f28fa2ee3f |
UTF-8 | 佃렖咀®렩 | 1110010010111101100000111110101110100000100101101110010110010010100000001100001010101110111010111010000010101001 | e4bd83eba096e59280c2aeeba0a9 |
UHC | 佃렖咀®렩 | 11101110111011001000111010101011111011101011101010100010111001111000111010110111 | eeec8eabeebaa2e78eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)