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 | 迸具セ奇スッ | 111001111001111010001011111011111011111010001010111011111011110110101111 | e79e8befbe8aefbdaf |
EUC-JP | 迸具セ奇スッ | 111011011111111010110110111100011000111010111110101101001111000110001110101111011000111010101111 | edfeb6f18ebeb4f18ebd8eaf |
UTF-8 | 迸具セ奇スッ | 111010001011111110111000111001011000010110110111111011111011110110111110111001011010010110000111111011111011110110111101111011111011110110101111 | e8bfb8e585b7efbdbee5a587efbdbdefbdaf |
UHC | ?具?奇?? | 0011111111001110111111010011111111010000111101000011111100111111 | 3fcefd3fd0f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)