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 | 﨩飯鋧澵 | 1111101111101010111110111111011011111011110011111111101101001100 | fbeafbf6fbcffb4c |
EUC-JP | ??鋧澵 | 0011111100111111100011111110010011001011100011111100100011111000 | 3f3f8fe4cb8fc8f8 |
UTF-8 | 﨩飯鋧澵 | 111011111010100010101001111011111010100010101010111010011000101110100111111001101011111010110101 | efa8a9efa8aae98ba7e6beb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)