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 | 将藝娼。 | 10001111101010111110010101011001100011111010100110100001 | 8fabe5598fa9a1 |
EUC-JP | 将藝娼。 | 1011111010101101111010011011101010111110101010111000111010100001 | beade9babeab8ea1 |
UTF-8 | 将藝娼。 | 111001011011000010000110111010001001011110011101111001011010100010111100111011111011110110100001 | e5b086e8979de5a8bcefbda1 |
UHC | ?藝娼? | 001111111110011111011101111100111101111000111111 | 3fe7ddf3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)