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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鼇δ?芦 | 11101010100001111000001111000010001111111000100010110000 | ea8783c23f88b0 |
EUC-JP | 鼇δ?芦 | 11110011111001111010011011000100001111111011000010110010 | f3e7a6c43fb0b2 |
UTF-8 | 鼇δ엷芦 | 1110100110111100100001111100111010110100111011001001011110110111111010001000101010100110 | e9bc87ceb4ec97b7e88aa6 |
UHC | 鼇δ엷芦 | 1110100010101000101001011110010010111111101011111111101111011000 | e8a8a5e4bfaffbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)