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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銖吝粋霎ア髏 | 1110011111110001100110011110010110010000100010001110100010111110101100011110100110010000 | e7f199e59088e8beb1e990 |
EUC-JP | 銖吝粋霎ア髏 | 111011101111001111010010111001111011111111101000111100001100000010001110101100011111000111110000 | eef3d2e7bfe8f0c08eb1f1f0 |
UTF-8 | 銖吝粋霎ア髏 | 111010011000101010010110111001011001000010011101111001111011001010001011111010011001110010001110111011111011110110110001111010011010101110001111 | e98a96e5909de7b28be99c8eefbdb1e9ab8f |
UHC | 銖吝???? | 1110001011000111110101111111000000111111001111110011111100111111 | e2c7d7f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)