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 | ??k??S | 001111110011111101101011001111110011111101010011 | 3f3f6b3f3f53 |
SJIS-WIN | 車尺k車尺S | 10001110110101001000111011011010011010111000111011010100100011101101101001010011 | 8ed48eda6b8ed48eda53 |
EUC-JP | 車尺k車尺S | 10111100110101101011110011011100011010111011110011010110101111001101110001010011 | bcd6bcdc6bbcd6bcdc53 |
UTF-8 | 車尺k車尺S | 1110100010111011100010101110010110110000101110100110101111101000101110111000101011100101101100001011101001010011 | e8bb8ae5b0ba6be8bb8ae5b0ba53 |
UHC | 車尺k車尺S | 11110011101100111111010010101001011010111111001110110011111101001010100101010011 | f3b3f4a96bf3b3f4a953 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)