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 | ORYORbE | 1001001001001111100100100101001001011001100100100100111110010010010100100110001001000101 | 924f925259924f92526245 |
SJIS-WIN | ?O?RY?O?RbE | 0011111101001111001111110101001001011001001111110100111100111111010100100110001001000101 | 3f4f3f52593f4f3f526245 |
EUC-JP | ?O?RY?O?RbE | 0011111101001111001111110101001001011001001111110100111100111111010100100110001001000101 | 3f4f3f52593f4f3f526245 |
UTF-8 | ORYORbE | 110000101001001001001111110000101001001001010010010110011100001010010010010011111100001010010010010100100110001001000101 | c2924fc2925259c2924fc292526245 |
UHC | ?O?RY?O?RbE | 0011111101001111001111110101001001011001001111110100111100111111010100100110001001000101 | 3f4f3f52593f4f3f526245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)