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 | セス酌湿実疾 | 10111110101111011000111011011110100011101011110010001110110000001000111010111110 | bebd8ede8ebc8ec08ebe |
EUC-JP | セス酌湿実疾 | 100011101011111010001110101111011011110011100000101111001011111010111100110000101011110011000000 | 8ebe8ebdbce0bcbebcc2bcc0 |
UTF-8 | セス酌湿実疾 | 111011111011110110111110111011111011110110111101111010011000010110001100111001101011100110111111111001011010111010011111111001111001011010111110 | efbdbeefbdbde9858ce6b9bfe5ae9fe796be |
UHC | ??酌??疾 | 0011111100111111111011011100110000111111001111111111001011110000 | 3f3fedcc3f3ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)