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 | セュ荀写蕉モ | 101111101010110111100100101001001000111011001010100011111101010011010011 | beade4a48eca8fd4d3 |
EUC-JP | セュ荀写蕉モ | 100011101011111010001110101011011110100010100110101111001100110010111110110101101000111011010011 | 8ebe8eade8a6bcccbed68ed3 |
UTF-8 | セュ荀写蕉モ | 111011111011110110111110111011111011110110101101111010001000110110000000111001011000011010011001111010001001010110001001111011111011111010010011 | efbdbeefbdade88d80e58699e89589efbe93 |
UHC | ??荀?蕉? | 0011111100111111111000101111000000111111111101011010111100111111 | 3f3fe2f03ff5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)