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 | 漬?兆?伊? | 100100101101000000111111100100101001101100111111100010001100100100111111 | 92d03f929b3f88c93f |
EUC-JP | 漬?兆?伊? | 110001001101001000111111110000111111101100111111101100001100101100111111 | c4d23fc3fb3fb0cb3f |
UTF-8 | 漬렓兆렞伊렊 | 111001101011110010101100111010111010000010010011111001011000010110000110111010111010000010011110111001001011110010001010111010111010000010001010 | e6bcaceba093e58586eba09ee4bc8aeba08a |
UHC | 漬렓兆렞伊렊 | 111100101011000010001110101010001111000010111100100011101010111111101100101001011000111010100001 | f2b08ea8f0bc8eafeca58ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)