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 | 財???p財 | 100011011110000000111111001111110011111110000010100100001000110111100000 | 8de03f3f3f82908de0 |
EUC-JP | 財???p財 | 101110101110001000111111001111110011111110100011111100001011101011100010 | bae23f3f3fa3f0bae2 |
UTF-8 | 財목렰몌p財 | 111010001011001010100001111010111010101010101001111010111010000010110000111010111010101010001100111011111011110110010000111010001011001010100001 | e8b2a1ebaaa9eba0b0ebaa8cefbd90e8b2a1 |
UHC | 財목렰몌p財 | 111011101010111110111000111100011000111010111101101110001110111110100011111100001110111010101111 | eeafb8f18ebdb8efa3f0eeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)