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 | 褥λ?弱 | 11100101111100011000001111001001001111111000111011100011 | e5f183c93f8ee3 |
EUC-JP | 褥λ?弱 | 11101010111100111010011011001011001111111011110011100101 | eaf3a6cb3fbce5 |
UTF-8 | 褥λ졁弱 | 1110100010100100101001011100111010111011111011001010000110000001111001011011110010110001 | e8a4a5cebbeca181e5bcb1 |
UHC | 褥λ졁弱 | 1110100110110011101001011110101110100000101100101110010110110000 | e9b3a5eba0b2e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)