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 | ?割荊?荊? | 001111111000101010000100100011000111010000111111100011000111010000111111 | 3f8a848c743f8c743f |
EUC-JP | ?割荊?荊? | 001111111011001111100100101101111101010100111111101101111101010100111111 | 3fb3e4b7d53fb7d53f |
UTF-8 | 뤋割荊궝荊쭖 | 111010111010010010001011111001011000100110110010111010001000110110001010111010101011011010011101111010001000110110001010111011001010110110010110 | eba48be589b2e88d8aeab69de88d8aecad96 |
UHC | 뤋割荊궝荊쭖 | 100011111011101111111001110111001111101110101010101100011100101011111011101010101010011110001110 | 8fbbf9dcfbaab1cafbaaa78e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)