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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ和ツ堙「 | 11000010100110000110000111000010100110101100001110100010 | c29861c29ac3a2 |
EUC-JP | ツ和ツ堙「 | 10001110110000101100111111000010100011101100001011010100110001011000111010100010 | 8ec2cfc28ec2d4c58ea2 |
UTF-8 | ツ和ツ堙「 | 111011111011111010000010111001011001001010001100111011111011111010000010111001011010000010011001111011111011110110100010 | efbe82e5928cefbe82e5a099efbda2 |
UHC | ?和??? | 001111111111101111111010001111110011111100111111 | 3ffbfa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)