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 | 棚続其鱈臓坦 | 100100100100100110010001101100011001000110110100100100100100110010010001100111111001001001010010 | 924991b191b4924c919f9252 |
EUC-JP | 棚続其鱈臓坦 | 110000111010101011000010101100111100001010110110110000111010110111000010101000011100001110110011 | c3aac2b3c2b6c3adc2a1c3b3 |
UTF-8 | 棚続其鱈臓坦 | 111001101010001110011010111001111011011010011010111001011000010110110110111010011011000110001000111010001000011110010011111001011001110110100110 | e6a39ae7b69ae585b6e9b188e88793e59da6 |
UHC | 棚?其??坦 | 110111011101110000111111110100001110110000111111001111111111011110100100 | dddc3fd0ec3f3ff7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)