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 | 邑??湲?? | 1001011101010111001111110011111110011111110100010011111100111111 | 97573f3f9fd13f3f |
EUC-JP | 邑??湲?? | 1100110110111000001111110011111111011110110100110011111100111111 | cdb83f3fded33f3f |
UTF-8 | 邑낃퇊湲녿럺 | 111010011000001010010001111010111000001010000011111011011000011110001010111001101011100110110010111010111000010110111111111010111001111110111010 | e98291eb8283ed878ae6b9b2eb85bfeb9fba |
UHC | 邑낃퇊湲녿럺 | 111010111110100110000101111010101011011110011011111010101011100010000110111010111000111010011001 | ebe985eab79beab886eb8e99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)