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 | 耀??媛?? | 1001011101110011001111110011111110010101010100010011111100111111 | 97733f3f95513f3f |
EUC-JP | 耀??媛?? | 1100110111010100001111110011111111001001101100100011111100111111 | cdd43f3fc9b23f3f |
UTF-8 | 耀붿빖媛묊댚 | 111010001000000010000000111010111011011010111111111010111011100110010110111001011010101010011011111010111010110010001010111010111000110010011010 | e88080ebb6bfebb996e5aa9bebac8aeb8c9a |
UHC | 耀붿빖媛묊댚 | 111010011010010110010100111011001001010110111000111010101011000010010001111001111000100010111110 | e9a594ec95b8eab091e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)