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 | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-WIN | 闍溷勣閾ュLB | 1110100010001011100111111110010110011001101010001110100010000111101011010100110001000010 | e88b9fe599a8e887ad4c42 |
EUC-JP | 闍溷勣閾ュLB | 111011111110101111011110111001111101001010101010111011111110011110001110101011010100110001000010 | efebdee7d2aaefe78ead4c42 |
UTF-8 | 闍溷勣閾ュLB | 1110100110010111100011011110011010111010101101111110010110001011101000111110100110010110101111101110111110111101101011010100110001000010 | e9978de6bab7e58ba3e996beefbdad4c42 |
UHC | ??勣??LB | 0011111100111111111011101101001100111111001111110100110001000010 | 3f3feed33f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)