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 | ???R???x | 0011111100111111001111110101001000111111001111110011111101111000 | 3f3f3f523f3f3f78 |
SJIS-WIN | テδェRテδェx | 11000011100000111100001010101010010100101100001110000011110000101010101001111000 | c383c2aa52c383c2aa78 |
EUC-JP | テδェRテδェx | 1000111011000011101001101100010010001110101010100101001010001110110000111010011011000100100011101010101001111000 | 8ec3a6c48eaa528ec3a6c48eaa78 |
UTF-8 | テδェRテδェx | 111011111011111010000011110011101011010011101111101111011010101001010010111011111011111010000011110011101011010011101111101111011010101001111000 | efbe83ceb4efbdaa52efbe83ceb4efbdaa78 |
UHC | ?δ?R?δ?x | 00111111101001011110010000111111010100100011111110100101111001000011111101111000 | 3fa5e43f523fa5e43f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)