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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 屑屑?錫 | 10001011111110111000101111111011001111111000111011100000 | 8bfb8bfb3f8ee0 |
EUC-JP | 屑屑宬錫 | 101101101111110110110110111111011000111110111010110100111011110011100010 | b6fdb6fd8fbad3bce2 |
UTF-8 | 屑屑宬錫 | 111001011011000110010001111001011011000110010001111001011010111010101100111010011000110010101011 | e5b191e5b191e5aeace98cab |
UHC | 屑屑宬錫 | 1110000011011010111000001101101011100000111101001110000010111000 | e0dae0dae0f4e0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)