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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 闇λ?闇λ?^ | 1000100011000101100000111100100100111111100010001100010110000011110010010011111101011110 | 88c583c93f88c583c93f5e |
EUC-JP | 闇λ?闇λ?^ | 1011000011000111101001101100101100111111101100001100011110100110110010110011111101011110 | b0c7a6cb3fb0c7a6cb3f5e |
UTF-8 | 闇λ풆闇λ풆^ | 1110100110010111100001111100111010111011111011011001001010000110111010011001011110000111110011101011101111101101100100101000011001011110 | e99787cebbed9286e99787cebbed92865e |
UHC | 闇λ풆闇λ풆^ | 11100100111000011010010111101011101111101000111011100100111000011010010111101011101111101000111001011110 | e4e1a5ebbe8ee4e1a5ebbe8e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)