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 | 菴????Ⅴ | 1110010010111101001111110011111100111111001111111000011101011000 | e4bd3f3f3f3f8758 |
EUC-JP | 菴??庾?? | 111010001011111100111111001111111000111110111100110011100011111100111111 | e8bf3f3f8fbcce3f3f |
UTF-8 | 菴뀁엺庾뤄Ⅴ | 111010001000111110110100111010111000000010000001111011001001011110111010111001011011101010111110111010111010010010000100111000101000010110100100 | e88fb4eb8081ec97bae5babeeba484e285a4 |
UHC | 菴뀁엺庾뤄Ⅴ | 111001001110000010110010111011001001111010001100111010101110110010110111111011111010010110110100 | e4e0b2ec9e8ceaecb7efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)