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 | 映??壯?? | 1000100101100110001111110011111110011010111000010011111100111111 | 89663f3f9ae13f3f |
EUC-JP | 映??壯?? | 1011000111000111001111110011111111010100111000110011111100111111 | b1c73f3fd4e33f3f |
UTF-8 | 映뽪콖壯당뼻 | 111001101001100010100000111010111011110110101010111011001011110110010110111001011010001110101111111010111000101110111001111010111011110010111011 | e698a0ebbdaaecbd96e5a3afeb8bb9ebbcbb |
UHC | 映뽪콖壯당뼻 | 111001111011000110010110111001101011000110010000111011011110000010110100111001111001011010111110 | e7b196e6b190ede0b4e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)