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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 珀萢萢 | 111000001101111111100100110010111110010011001011 | e0dfe4cbe4cb |
EUC-JP | 珀萢萢 | 111000001110000111101000110011011110100011001101 | e0e1e8cde8cd |
UTF-8 | 珀萢萢 | 111001111000111110000000111010001001000010100010111010001001000010100010 | e78f80e890a2e890a2 |
UHC | 珀?? | 11011010110101100011111100111111 | dad63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)