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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 章?贓瀧途 | 100011111100110100111111111001101101100110010001111010111001001101110010 | 8fcd3fe6d991eb9372 |
EUC-JP | 章?贓瀧途 | 101111101100111100111111111011001101101111000010111011011100010111010011 | becf3fecdbc2edc5d3 |
UTF-8 | 章렟贓瀧途 | 111001111010101110100000111010111010000010011111111010001011010010010011111001111000000010100111111010011000000010010100 | e7aba0eba09fe8b493e780a7e98094 |
UHC | 章렟贓瀧途 | 11101101111100011000111010110000111011011111110011010110111010011101010010110010 | edf18eb0edfcd6e9d4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)