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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?陽陽額琵 | 001111111001011101111010100101110111101010001010011110101001010011111010 | 3f977a977a8a7a94fa |
EUC-JP | 棅陽陽額琵 | 1000111111000011111110111100110111011011110011011101101110110011110110111100100011111100 | 8fc3fbcddbcddbb3dbc8fc |
UTF-8 | 棅陽陽額琵 | 111001101010001110000101111010011001100110111101111010011001100110111101111010011010000110001101111001111001000010110101 | e6a385e999bde999bde9a18de790b5 |
UHC | 棅陽陽額琵 | 11011100101110001110010111010101111001011101010111100100111111101101110111110101 | dcb8e5d5e5d5e4feddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)