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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闇λ?愉? | 1000100011000101100000111100100100111111100101101111100100111111 | 88c583c93f96f93f |
EUC-JP | 闇λ?愉? | 1011000011000111101001101100101100111111110011001111101100111111 | b0c7a6cb3fccfb3f |
UTF-8 | 闇λ낏愉췊 | 1110100110010111100001111100111010111011111010111000001010001111111001101000010010001001111011001011011110001010 | e99787cebbeb828fe68489ecb78a |
UHC | 闇λ낏愉췊 | 11100100111000011010010111101011101100111010100011101010111100001010111001000101 | e4e1a5ebb3a8eaf0ae45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)