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 | 吾?∥爾η? | 10001100111000010011111110000001011000011000111010100010100000111100010100111111 | 8ce13f81618ea283c53f |
EUC-JP | 吾?‖爾η? | 10111000111000110011111110100001110000101011110010100100101001101100011100111111 | b8e33fa1c2bca4a6c73f |
UTF-8 | 吾몃∥爾η땟 | 1110010110010000101111101110101110101010100000111110001010001000101001011110011110001000101111101100111010110111111010111001010110011111 | e590beebaa83e288a5e788beceb7eb959f |
UHC | 吾몃∥爾η땟 | 111001111110111010111000111010111010000110101011111011001011001110100101111001111011011010101101 | e7eeb8eba1abecb3a5e7b6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)