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 | ツ嬋ツ湘猟嬋 | 11000010100110110110100011000010100011111100001110010111110000101001101101101000 | c29b68c28fc397c29b68 |
EUC-JP | ツ嬋ツ湘猟嬋 | 100011101100001011010101110010011000111011000010101111101100010111001110110001001101010111001001 | 8ec2d5c98ec2bec5cec4d5c9 |
UTF-8 | ツ嬋ツ湘猟嬋 | 111011111011111010000010111001011010110010001011111011111011111010000010111001101011100110011000111001111000110010011111111001011010110010001011 | efbe82e5ac8befbe82e6b998e78c9fe5ac8b |
UHC | ?嬋?湘?嬋 | 001111111110000010111101001111111101111111001111001111111110000010111101 | 3fe0bd3fdfcf3fe0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)