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 | ???闇?? | 00111111001111110011111110001000110001010011111100111111 | 3f3f3f88c53f3f |
EUC-JP | ???闇?? | 00111111001111110011111110110000110001110011111100111111 | 3f3f3fb0c73f3f |
UTF-8 | 琉㏘벙闇뱀뀲 | 111011111010011110001100111000111000111110011000111010111011001010011001111010011001011110000111111010111011000110000000111010111000000010110010 | efa78ce38f98ebb299e99787ebb180eb80b2 |
UHC | 琉㏘벙闇뱀뀲 | 111010111010010010100010111001001011101010100001111001001110000110111001111011001000010110101000 | eba4a2e4baa1e4e1b9ec85a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)