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 | ツ愿按老ツヅ | 11000010100111001100001110001000110000101001100001010110110000101000001101100100 | c29cc388c29856c28364 |
EUC-JP | ツ愿按老ツヅ | 100011101100001011011000110001011011000011000100110011111011011110001110110000101010010111000101 | 8ec2d8c5b0c4cfb78ec2a5c5 |
UTF-8 | ツ愿按老ツヅ | 111011111011111010000010111001101000010010111111111001101000110010001001111010001000000010000001111011111011111010000010111000111000001110000101 | efbe82e684bfe68c89e88081efbe82e38385 |
UHC | ?愿按老?ヅ | 00111111111010101011010011100100110011101101011011010101001111111010101111000101 | 3feab4e4ced6d53fabc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)