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 | 将リ宵モ将イ | 100011111010101111011000100011111010101011010011100011111010101110110010 | 8fabd88faad38fabb2 |
EUC-JP | 将リ宵モ将イ | 101111101010110110001110110110001011111010101100100011101101001110111110101011011000111010110010 | bead8ed8beac8ed3bead8eb2 |
UTF-8 | 将リ宵モ将イ | 111001011011000010000110111011111011111010011000111001011010111010110101111011111011111010010011111001011011000010000110111011111011110110110010 | e5b086efbe98e5aeb5efbe93e5b086efbdb2 |
UHC | ??宵??? | 00111111001111111110000110110010001111110011111100111111 | 3f3fe1b23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)