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 | ??????L\ | 0011111100111111001111110011111100111111001111110100110001011100 | 3f3f3f3f3f3f4c5c |
SJIS-WIN | セュ実セュ借L\ | 10111110101011011000111011000000101111101010110110001110110110000100110001011100 | bead8ec0bead8ed84c5c |
EUC-JP | セュ実セュ借L\ | 1000111010111110100011101010110110111100110000101000111010111110100011101010110110111100110110100100110001011100 | 8ebe8eadbcc28ebe8eadbcda4c5c |
UTF-8 | セュ実セュ借L\ | 1110111110111101101111101110111110111101101011011110010110101110100111111110111110111101101111101110111110111101101011011110010110000000100111110100110001011100 | efbdbeefbdade5ae9fefbdbeefbdade5809f4c5c |
UHC | ?????借L\ | 001111110011111100111111001111110011111111110011101010000100110001011100 | 3f3f3f3f3ff3a84c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)