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 | ?λ?乙?? | 0011111110000011110010010011111110001001101100110011111100111111 | 3f83c93f89b33f3f |
EUC-JP | ?λ?乙?? | 0011111110100110110010110011111110110010101101010011111100111111 | 3fa6cb3fb2b53f3f |
UTF-8 | 列λ죭乙댁젦 | 1110111110100110100111001100111010111011111011001010001110101101111001001011100110011001111010111000110010000001111011001010000010100110 | efa69ccebbeca3ade4b999eb8c81eca0a6 |
UHC | 列λ죭乙댁젦 | 111001101110101010100101111010111010000110001000111010111110000010110100111011001010000010011110 | e6eaa5eba188ebe0b4eca09e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)