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 | 貞弄?姐?? | 100100101110010110011000010011010011111110001000101101110011111100111111 | 92e5984d3f88b73f3f |
EUC-JP | 貞弄?姐?? | 110001001110011111001111101011100011111110110000101110010011111100111111 | c4e7cfae3fb0b93f3f |
UTF-8 | 貞弄狼姐브쥘 | 111010001011001010011110111001011011110010000100111011111010010010101011111001011010011110010000111010111011100010001100111011001010010110011000 | e8b29ee5bc84efa4abe5a790ebb88ceca598 |
UHC | 貞弄狼姐브쥘 | 111011111111011011010110111001111101001010101010111011101011101110111010111010101100000111100110 | eff6d6e7d2aaeebbbaeac1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)