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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阿??認η? | 100010001010001000111111001111111001010001000110100000111100010100111111 | 88a23f3f944683c53f |
EUC-JP | 阿??認η? | 101100001010010000111111001111111100011110100111101001101100011100111111 | b0a43f3fc7a7a6c73f |
UTF-8 | 阿잆굟認η넭 | 1110100110011000101111111110110010011110100001101110101010110101100111111110100010101010100011011100111010110111111010111000010010101101 | e998bfec9e86eab59fe8aa8dceb7eb84ad |
UHC | 阿잆굟認η넭 | 111001001011100110011111111000111000001010000111111011001110001110100101111001111000011010101100 | e4b99fe38287ece3a5e786ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)