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 | 辿続卒辿属速 | 100100100100100010010001101100011001000110110010100100100100100010010001101011101001000110101100 | 924891b191b2924891ae91ac |
EUC-JP | 辿続卒辿属速 | 110000111010100111000010101100111100001010110100110000111010100111000010101100001100001010101110 | c3a9c2b3c2b4c3a9c2b0c2ae |
UTF-8 | 辿続卒辿属速 | 111010001011111010111111111001111011011010011010111001011000110110010010111010001011111010111111111001011011000110011110111010011000000010011111 | e8bebfe7b69ae58d92e8bebfe5b19ee9809f |
UHC | ??卒??速 | 0011111100111111111100001110111100111111001111111110000111011100 | 3f3ff0ef3f3fe1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)