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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幽?兵 | 1001011101001000001111111001010110111010 | 97483f95ba |
EUC-JP | 幽?兵 | 1100110110101001001111111100101010111100 | cda93fcabc |
UTF-8 | 幽며兵 | 111001011011100110111101111010111010100110110000111001011000010110110101 | e5b9bdeba9b0e585b5 |
UHC | 幽며兵 | 111010101110101110111000111001111101110010110010 | eaebb8e7dcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)