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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 寘リスセ鮴ウ | 11111010101010011101100011110001100011101011110110111110111010011011111010110011 | faa9d8f18ebdbee9beb3 |
EUC-JP | 寘リ?スセ鮴ウ | 1000111110111010111000011000111011011000001111111000111010111101100011101011111011110010110000001000111010110011 | 8fbae18ed83f8ebd8ebef2c08eb3 |
UTF-8 | 寘リスセ鮴ウ | 111001011010111110011000111011111011111010011000111011101000010010001001111011111011110110111101111011111011110110111110111010011010111010110100111011111011110110110011 | e5af98efbe98ee8489efbdbdefbdbee9aeb4efbdb3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)