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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????維 | 0011111100111111001111110011111100111111001111111000100011011011 | 3f3f3f3f3f3f88db |
EUC-JP | ??????維 | 0011111100111111001111110011111100111111001111111011000011011101 | 3f3f3f3f3f3fb0dd |
UTF-8 | 琉덄뮏礪썲떀維 | 111011111010011110001100111010111000110110000100111010111010111010001111111011111010011010000101111011001000110110110010111010111001011010000000111001111011011010101101 | efa78ceb8d84ebae8fefa685ec8db2eb9680e7b6ad |
UHC | 琉덄뮏礪썲떀維 | 1110101110100100100010001110011110010010100111001110011010100111101111011110010110001011100101101110101110101011 | eba488e7929ce6a7bde58b96ebab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)