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 | ???奄?? | 00111111001111110011111110001001100000100011111100111111 | 3f3f3f89823f3f |
EUC-JP | ???奄?? | 00111111001111110011111110110001111000100011111100111111 | 3f3f3fb1e23f3f |
UTF-8 | 樂쒎몠奄당쾺 | 111011111010011010111111111011001001001010001110111010111010101010100000111001011010010110000100111010111000101110111001111011001011111010111010 | efa6bfec928eebaaa0e5a584eb8bb9ecbeba |
UHC | 樂쒎몠奄당쾺 | 111010001111100110011100111001011001000110001110111001011111001010110100111001111011001010010000 | e8f99ce5918ee5f2b4e7b290 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)