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 | 筌??揖?┸ | 111000101010001100111111001111111001011101001011001111111000010010111101 | e2a33f3f974b3f84bd |
EUC-JP | 筌??揖?┸ | 111001001010010100111111001111111100110110101100001111111010100010111111 | e4a53f3fcdac3fa8bf |
UTF-8 | 筌꺿뫜揖섓┸ | 111001111010110110001100111010101011101010111111111010111010101110011100111001101000111110010110111011001000010010010011111000101001010010111000 | e7ad8ceababfebab9ce68f96ec8493e294b8 |
UHC | 筌꺿뫜揖섓┸ | 111011111010011110000011111000101001000110111100111010111110011110011000111011111010011010111111 | efa783e291bcebe798efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)