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 | 爭脛?竭?? | 111000001010010111100011111110000011111111100010100100010011111100111111 | e0a5e3f83fe2913f3f |
EUC-JP | 爭脛?竭?? | 111000001010011111100110111110100011111111100011111100010011111100111111 | e0a7e6fa3fe3f13f3f |
UTF-8 | 爭脛렒竭렲렜 | 111001111000100010101101111010001000010010011011111010111010000010010010111001111010101110101101111010111010000010110010111010111010000010011100 | e788ade8849beba092e7abadeba0b2eba09c |
UHC | 爭脛렒竭렲렜 | 111011101011001111001100111010111000111010100111110010101110011010001110101111111000111010101110 | eeb3cceb8ea7cae68ebf8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)