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 | 譽??岳?ⅹ | 111001101010001100111111001111111000101001111000001111111111101001001001 | e6a33f3f8a783ffa49 |
EUC-JP | 譽??岳?? | 1110110010100101001111110011111110110011110110010011111100111111 | eca53f3fb3d93f3f |
UTF-8 | 譽긷콪岳껃ⅹ | 111010001010110110111101111010101011100010110111111011001011110110101010111001011011001010110011111010101011101110000011111000101000010110111001 | e8adbdeab8b7ecbdaae5b2b3eabb83e285b9 |
UHC | 譽긷콪岳껃ⅹ | 111001111110001010110001111001011011000110011110111001001011111110000011111001011010010110101010 | e7e2b1e5b19ee4bf83e5a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)