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 | ????L??? | 0011111100111111001111110011111101001100001111110011111100111111 | 3f3f3f3f4c3f3f3f |
SJIS-WIN | ????L??? | 0011111100111111001111110011111101001100001111110011111100111111 | 3f3f3f3f4c3f3f3f |
EUC-JP | ????L??? | 0011111100111111001111110011111101001100001111110011111100111111 | 3f3f3f3f4c3f3f3f |
UTF-8 | 횂혦횂짼L횄혯횄 | 11101101100110101000001011101101100110001010011011101101100110101000001011101100101001111011110001001100111011011001101010000100111011011001100010101111111011011001101010000100 | ed9a82ed98a6ed9a82eca7bc4ced9a84ed98afed9a84 |
UHC | 횂혦횂짼L횄혯횄 | 110000111000001011000010100011101100001110000010110000101011001001001100110000111000001111000010100101101100001110000011 | c382c28ec382c2b24cc383c296c383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)