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 | 畏??泣?? | 1000100011011000001111110011111110001011100000110011111100111111 | 88d83f3f8b833f3f |
EUC-JP | 畏??泣?? | 1011000011011010001111110011111110110101111000110011111100111111 | b0da3f3fb5e33f3f |
UTF-8 | 畏븍슁泣앮콢 | 111001111001010110001111111010111011100010001101111011001000101010000001111001101011001110100011111011001001010110101110111011001011110110100010 | e7958febb88dec8a81e6b3a3ec95aeecbda2 |
UHC | 畏븍슁泣앮콢 | 111010001110011010111010111010111011110110110011111010111110100010011101111001101011000110011010 | e8e6baebbdb3ebe89de6b19a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)