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 | 枇?迷 | 1001010011111000001111111001011011000000 | 94f83f96c0 |
EUC-JP | 枇?迷 | 1100100011111010001111111100110011000010 | c8fa3fccc2 |
UTF-8 | 枇퍼迷 | 111001101001111010000111111011011000110110111100111010001011111110110111 | e69e87ed8dbce8bfb7 |
UHC | 枇퍼迷 | 110111011110110111000110110110111101101010111011 | ddedc6dbdabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)