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 | 邑낃퇊湲륁뀟 | 111010011000001010010001111010111000001010000011111011011000011110001010111001101011100110110010111010111010010110000001111010111000000010011111 | e98291eb8283ed878ae6b9b2eba581eb809f |
UHC | 邑낃퇊湲륁뀟 | 111010111110100110000101111010101011011110011011111010101011100010001111111011001000010110010110 | ebe985eab79beab88fec8596 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)