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 | ?暴??翹? | 0011111110010110010111000011111100111111111000111100100100111111 | 3f965c3f3fe3c93f |
EUC-JP | ?暴??翹? | 0011111111001011101111010011111100111111111001101100101100111111 | 3fcbbd3f3fe6cb3f |
UTF-8 | 뤋暴찋샘翹렡 | 111010111010010010001011111001101001101010110100111011001011000010001011111011001000001110011000111001111011111110111001111010111010000010100001 | eba48be69ab4ecb08bec8398e7bfb9eba0a1 |
UHC | 뤋暴찋샘翹렡 | 100011111011101111111000111011001010100110001111101110111111100111001110111011101000111010110010 | 8fbbf8eca98fbbf9ceee8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)