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 | ???rU | 0011111100111111001111110111001001010101 | 3f3f3f7255 |
SJIS-WIN | ??邵rU | 001111110011111111100111101110000111001001010101 | 3f3fe7b87255 |
EUC-JP | ??邵rU | 001111110011111111101110101110100111001001010101 | 3f3feeba7255 |
UTF-8 | 쐛숰邵rU | 1110110010010000100110111110110010001000101100001110100110000010101101010111001001010101 | ec909bec88b0e982b57255 |
UHC | 쐛숰邵rU | 1001110010000001100110100100100011100001110100000111001001010101 | 9c819a48e1d07255 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)