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 | 耀??肉?? | 1001011101110011001111110011111110010011111101110011111100111111 | 97733f3f93f73f3f |
EUC-JP | 耀??肉?? | 1100110111010100001111110011111111000110111110010011111100111111 | cdd43f3fc6f93f3f |
UTF-8 | 耀믠벃肉볟궟 | 111010001000000010000000111010111010111110100000111010111011001010000011111010001000001010001001111010111011001110011111111010101011011010011111 | e88080ebafa0ebb283e88289ebb39feab69f |
UHC | 耀믠벃肉볟궟 | 111010011010010110010010111000101001001110101001111010111011111110010011111001011000001010110010 | e9a592e293a9ebbf93e582b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)