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 | 阿??猿 | 100010001010001000111111001111111000100110001110 | 88a23f3f898e |
EUC-JP | 阿??猿 | 101100001010010000111111001111111011000111101110 | b0a43f3fb1ee |
UTF-8 | 阿녈룜猿 | 111010011001100010111111111010111000010110001000111010111010001110011100111001111000110010111111 | e998bfeb8588eba39ce78cbf |
UHC | 阿녈룜猿 | 1110010010111001101100111110001110001111100110001110101010111011 | e4b9b3e38f98eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)