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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闇λ?旬 | 10001000110001011000001111001001001111111000111101111011 | 88c583c93f8f7b |
EUC-JP | 闇λ?旬 | 10110000110001111010011011001011001111111011110111011100 | b0c7a6cb3fbddc |
UTF-8 | 闇λ럽旬 | 1110100110010111100001111100111010111011111010111001111110111101111001101001011110101100 | e99787cebbeb9fbde697ac |
UHC | 闇λ럽旬 | 1110010011100001101001011110101110110111101101001110001011100010 | e4e1a5ebb7b4e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)