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 | 訂褐??姐? | 100100101111100110001010100011000011111100111111100010001011011100111111 | 92f98a8c3f3f88b73f |
EUC-JP | 訂褐??姐? | 110001001111101110110011111011000011111100111111101100001011100100111111 | c4fbb3ec3f3fb0b93f |
UTF-8 | 訂褐렋렒姐렟 | 111010001010100010000010111010001010010010010000111010111010000010001011111010111010000010010010111001011010011110010000111010111010000010011111 | e8a882e8a490eba08beba092e5a790eba09f |
UHC | 訂褐렋렒姐렟 | 111011111111010011001010111010001000111010100010100011101010011111101110101110111000111010110000 | eff4cae88ea28ea7eebb8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)