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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?俺?號 | 001111111000100110110100001111111110010101101010 | 3f89b43fe56a |
EUC-JP | ?俺?號 | 001111111011001010110110001111111110100111001011 | 3fb2b63fe9cb |
UTF-8 | 렱俺렩號 | 111010111010000010110001111001001011111110111010111010111010000010101001111010001001100110011111 | eba0b1e4bfbaeba0a9e8999f |
UHC | 렱俺렩號 | 1000111010111110111001011110111110001110101101111111101111011100 | 8ebee5ef8eb7fbdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)