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 | 谷但孫損谷 | 10010010010010101001001001000001100100011011011110010001101110011001001001001010 | 924a924191b791b9924a |
EUC-JP | 谷但孫損谷 | 11000011101010111100001110100010110000101011100111000010101110111100001110101011 | c3abc3a2c2b9c2bbc3ab |
UTF-8 | 谷但孫損谷 | 111010001011000010110111111001001011110110000110111001011010110110101011111001101001000010001101111010001011000010110111 | e8b0b7e4bd86e5adabe6908de8b0b7 |
UHC | 谷但孫損谷 | 11001101110110111101001110100011111000011101110111100001110111111100110111011011 | cddbd3a3e1dde1dfcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)