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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | テつ啼テδィk | 11000011100000101100001010011010011001011100001110000011110000101010100001101011 | c382c29a65c383c2a86b |
EUC-JP | テつ啼テδィk | 10001110110000111010010011000100110100111100011010001110110000111010011011000100100011101010100001101011 | 8ec3a4c4d3c68ec3a6c48ea86b |
UTF-8 | テつ啼テδィk | 111011111011111010000011111000111000000110100100111001011001010110111100111011111011111010000011110011101011010011101111101111011010100001101011 | efbe83e381a4e595bcefbe83ceb4efbda86b |
UHC | ?つ啼?δ?k | 00111111101010101100010011110000101001100011111110100101111001000011111101101011 | 3faac4f0a63fa5e43f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)