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 | ?暴???け | 0011111110010110010111000011111100111111001111111000001010101111 | 3f965c3f3f3f82af |
EUC-JP | ?暴???け | 0011111111001011101111010011111100111111001111111010010010110001 | 3fcbbd3f3f3fa4b1 |
UTF-8 | 뤋暴첂샘랑け | 111010111010010010001011111001101001101010110100111011001011001010000010111011001000001110011000111010111001111010010001111000111000000110010001 | eba48be69ab4ecb282ec8398eb9e91e38191 |
UHC | 뤋暴첂샘랑け | 100011111011101111111000111011001010101010001111101110111111100110110110111110111010101010110001 | 8fbbf8ecaa8fbbf9b6fbaab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)