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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テδ深テδ深^ | 1100001110000011110000101001000001011011110000111000001111000010100100000101101101011110 | c383c2905bc383c2905b5e |
EUC-JP | テδ深テδ深^ | 10001110110000111010011011000100101111111011110010001110110000111010011011000100101111111011110001011110 | 8ec3a6c4bfbc8ec3a6c4bfbc5e |
UTF-8 | テδ深テδ深^ | 1110111110111110100000111100111010110100111001101011011110110001111011111011111010000011110011101011010011100110101101111011000101011110 | efbe83ceb4e6b7b1efbe83ceb4e6b7b15e |
UHC | ?δ深?δ深^ | 0011111110100101111001001110010010100010001111111010010111100100111001001010001001011110 | 3fa5e4e4a23fa5e4e4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)