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 | ?庸?腎?漿 | 001111111001011101100110001111111001000001110100001111111001111111110111 | 3f97663f90743f9ff7 |
EUC-JP | ?庸?腎?漿 | 001111111100110111000111001111111011111111010101001111111101111011111001 | 3fcdc73fbfd53fdef9 |
UTF-8 | 뤵庸띔腎띄漿 | 111010111010010010110101111001011011101010111000111010111001110110010100111010001000010110001110111010111001110110000100111001101011110010111111 | eba4b5e5bab8eb9d94e8858eeb9d84e6bcbf |
UHC | 뤵庸띔腎띄漿 | 100011111110001111101001101111001011011011101010111000111110110010110110111001111110110111101100 | 8fe3e9bcb6eae3ecb6e7edec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)