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 | 擾??節?? | 1000111111101111001111110011111110010000110111110011111100111111 | 8fef3f3f90df3f3f |
EUC-JP | 擾??節?? | 1011111011110001001111110011111111000000111000010011111100111111 | bef13f3fc0e13f3f |
UTF-8 | 擾ⓨ뙸節뤻슯 | 111001101001001110111110111000101001001110101000111010111001100110111000111001111010111110000000111010111010010010111011111011001000101010101111 | e693bee293a8eb99b8e7af80eba4bbec8aaf |
UHC | 擾ⓨ뙸節뤻슯 | 111010001111011010101000111001011000110010111011111011111011110110001111111010011001101010110110 | e8f6a8e58cbbefbd8fe99ab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)