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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 撓℡?節??V | 10011101100110101000011110000100001111111001000011011111001111110011111101010110 | 9d9a87843f90df3f3f56 |
EUC-JP | 撓??節??V | 110110011111101000111111001111111100000011100001001111110011111101010110 | d9fa3f3fc0e13f3f56 |
UTF-8 | 撓℡럡節쏙쉘V | 11100110100100101001001111100010100001001010000111101011100111111010000111100111101011111000000011101100100011111001100111101100100010011001100001010110 | e69293e284a1eb9fa1e7af80ec8f99ec899856 |
UHC | 撓℡럡節쏙쉘V | 11101000111101011010001011100101100011101000010011101111101111011011110111101111101111011010100101010110 | e8f5a2e58e84efbdbdefbda956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)