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 | 鏑?俺?犀町 | 10010011010011000011111110001001101101000011111110001101110100101001001010101100 | 934c3f89b43f8dd292ac |
EUC-JP | 鏑?俺?犀町 | 11000101101011010011111110110010101101100011111110111010110101001100010010101110 | c5ad3fb2b63fbad4c4ae |
UTF-8 | 鏑렏俺잽犀町 | 111010011000111110010001111010111010000010001111111001001011111110111010111011001001111010111101111001111000101010000000111001111001010010111010 | e98f91eba08fe4bfbaec9ebde78a80e794ba |
UHC | 鏑렏俺잽犀町 | 111011101110101110001110101001011110010111101111110000001110110011011111111110011110111111101011 | eeeb8ea5e5efc0ecdff9efeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)