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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 炯汾}炯汾{^ | 1110000001110110100111111001000001111101111000000111011010011111100100000111101101011110 | e0769f907de0769f907b5e |
EUC-JP | 炯汾}炯汾{^ | 1101111111010111110111011111000001111101110111111101011111011101111100000111101101011110 | dfd7ddf07ddfd7ddf07b5e |
UTF-8 | 炯汾}炯汾{^ | 111001111000001010101111111001101011000110111110011111011110011110000010101011111110011010110001101111100111101101011110 | e782afe6b1be7de782afe6b1be7b5e |
UHC | 炯汾}炯汾{^ | 1111101110100110110111011100110001111101111110111010011011011101110011000111101101011110 | fba6ddcc7dfba6ddcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)