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 | ???潁?? | 00111111001111110011111110011111111100010011111100111111 | 3f3f3f9ff13f3f |
EUC-JP | ???潁?? | 00111111001111110011111111011110111100110011111100111111 | 3f3f3fdef33f3f |
UTF-8 | 廉뉖젣潁욌젿 | 111011111010011010100010111010111000100110010110111011001010000010100011111001101011110110000001111011001001101010001100111011001010000010111111 | efa6a2eb8996eca0a3e6bd81ec9a8ceca0bf |
UHC | 廉뉖젣潁욌젿 | 111001101111010110000111111010111010000010011100111001111011100010011110111010111010000010110001 | e6f587eba09ce7b89eeba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)