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 | 閼芽崟繧幄ュ | 1110100010000100100010011110100010011011101111101110001110000010100110111110100010101101 | e88489e89bbee3829be8ad |
EUC-JP | 閼芽崟繧幄ュ | 111011111110010010110010111010101101011011000000111001011110001011010110111010101000111010101101 | efe4b2ead6c0e5e2d6ea8ead |
UTF-8 | 閼芽崟繧幄ュ | 111010011001011010111100111010001000101010111101111001011011010010011111111001111011100110100111111001011011100110000100111011111011110110101101 | e996bce88abde5b49fe7b9a7e5b984efbdad |
UHC | 閼芽??幄? | 111001001101100111100100101101000011111100111111111001001100000100111111 | e4d9e4b43f3fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)