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 | 蒔鋧タ骼ウ | 11110000111000101000111010101010111110111100111111000000111010011000111010110011 | f0e28eaafbcfc0e98eb3 |
EUC-JP | ?蒔鋧タ骼ウ | 001111111011110010101100100011111110010011001011100011101100000011110001111011101000111010110011 | 3fbcac8fe4cb8ec0f1ee8eb3 |
UTF-8 | 蒔鋧タ骼ウ | 111011101000001010100001111010001001001010010100111010011000101110100111111011111011111010000000111010011010101010111100111011111011110110110011 | ee82a1e89294e98ba7efbe80e9aabcefbdb3 |
UHC | ?蒔???? | 00111111111000111100100000111111001111110011111100111111 | 3fe3c83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)