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 | 識紗カ鏆セ | 11110010101110001000111010101111100011101101000110110110111110111110001010111110 | f2b88eaf8ed1b6fbe2be |
EUC-JP | ?識紗カ鏆セ | 001111111011110010110001101111001101001110001110101101101000111111100101101111111000111010111110 | 3fbcb1bcd38eb68fe5bf8ebe |
UTF-8 | 識紗カ鏆セ | 111011101000011110101111111010001010110110011000111001111011010010010111111011111011110110110110111010011000111110000110111011111011110110111110 | ee87afe8ad98e7b497efbdb6e98f86efbdbe |
UHC | ?識紗??? | 0011111111100011110110111101111011101001001111110011111100111111 | 3fe3dbdee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)