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 | 船菩沙 | 100100010100010010010101111011001000110110111001 | 914495ec8db9 |
EUC-JP | 船菩沙 | 110000011010010111001010111011101011101010111011 | c1a5caeebabb |
UTF-8 | 船菩沙 | 111010001000100010111001111010001000111110101001111001101011001010011001 | e888b9e88fa9e6b299 |
UHC | 船菩沙 | 111000001100111111011100110011001101111011011110 | e0cfdcccdede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)