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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邊ァ蛟」 | 111001111011001010100111111001011000000010100011 | e7b2a7e580a3 |
EUC-JP | 邊ァ蛟」 | 1110111010110100100011101010011111101001111000001000111010100011 | eeb48ea7e9e08ea3 |
UTF-8 | 邊ァ蛟」 | 111010011000001010001010111011111011110110100111111010001001101110011111111011111011110110100011 | e9828aefbda7e89b9fefbda3 |
UHC | 邊?蛟? | 110111001010101100111111110011101111000100111111 | dcab3fcef13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)