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 | ???腎?漿 | 0011111100111111001111111001000001110100001111111001111111110111 | 3f3f3f90743f9ff7 |
EUC-JP | ???腎?漿 | 0011111100111111001111111011111111010101001111111101111011111001 | 3f3f3fbfd53fdef9 |
UTF-8 | 뤶씔룰腎띄漿 | 111010111010010010110110111011001001010010010100111010111010001110110000111010001000010110001110111010111001110110000100111001101011110010111111 | eba4b6ec9494eba3b0e8858eeb9d84e6bcbf |
UHC | 뤶씔룰腎띄漿 | 100011111110010010111110101111001011011111101010111000111110110010110110111001111110110111101100 | 8fe4bebcb7eae3ecb6e7edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)