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 | ???BU | 0011111100111111001111110100001001010101 | 3f3f3f4255 |
SJIS-WIN | 谷速続BU | 1001001001001010100100011010110010010001101100010100001001010101 | 924a91ac91b14255 |
EUC-JP | 谷速続BU | 1100001110101011110000101010111011000010101100110100001001010101 | c3abc2aec2b34255 |
UTF-8 | 谷速続BU | 1110100010110000101101111110100110000000100111111110011110110110100110100100001001010101 | e8b0b7e9809fe7b69a4255 |
UHC | 谷速?BU | 11001101110110111110000111011100001111110100001001010101 | cddbe1dc3f4255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)