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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツ棚ツ形ツ形B | 11000010100100100100100111000010100011000110000011000010100011000110000001000010 | c29249c28c60c28c6042 |
EUC-JP | ツ棚ツ形ツ形B | 10001110110000101100001110101010100011101100001010110111110000011000111011000010101101111100000101000010 | 8ec2c3aa8ec2b7c18ec2b7c142 |
UTF-8 | ツ棚ツ形ツ形B | 11101111101111101000001011100110101000111001101011101111101111101000001011100101101111011010001011101111101111101000001011100101101111011010001001000010 | efbe82e6a39aefbe82e5bda2efbe82e5bda242 |
UHC | ?棚?形?形B | 00111111110111011101110000111111111110111010000100111111111110111010000101000010 | 3fdddc3ffba13ffba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)