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 | 節??汝?? | 1001000011011111001111110011111110010011111100000011111100111111 | 90df3f3f93f03f3f |
EUC-JP | 節??汝?? | 1100000011100001001111110011111111000110111100100011111100111111 | c0e13f3fc6f23f3f |
UTF-8 | 節뤄쉑汝뚪퐥 | 111001111010111110000000111010111010010010000100111011001000100110010001111001101011000110011101111010111001101010101010111011011001000010100101 | e7af80eba484ec8991e6b19deb9aaaed90a5 |
UHC | 節뤄쉑汝뚪퐥 | 111011111011110110110111111011111011110110100111111001101010001110001100111010011011110110001110 | efbdb7efbda7e6a38ce9bd8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)