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 | ?i?曜?? | 0011111110000010100010010011111110010111011010100011111100111111 | 3f82893f976a3f3f |
EUC-JP | ?i?曜?? | 0011111110100011111010010011111111001101110010110011111100111111 | 3fa3e93fcdcb3f3f |
UTF-8 | 怜i뀒曜앶뀒 | 111011111010011010101100111011111011110110001001111010111000000010010010111001101001101110011100111011001001010110110110111010111000000010010010 | efa6acefbd89eb8092e69b9cec95b6eb8092 |
UHC | 怜i뀒曜앶뀒 | 111001111011000010100011111010011000010110001100111010001111100010011101111010011000010110001100 | e7b0a3e9858ce8f89de9858c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)