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 | ???H???? | 0011111100111111001111110100100000111111001111110011111100111111 | 3f3f3f483f3f3f3f |
SJIS-WIN | ???H???? | 0011111100111111001111110100100000111111001111110011111100111111 | 3f3f3f483f3f3f3f |
EUC-JP | ???H???? | 0011111100111111001111110100100000111111001111110011111100111111 | 3f3f3f483f3f3f3f |
UTF-8 | 溜븀윮H溜뷸뼡溜 | 11101111101001111000101111101011101110001000000011101100100111001010111001001000111011111010011110001011111010111011011110111000111010111011110010100001111011111010011110001011 | efa78bebb880ec9cae48efa78bebb7b8ebbca1efa78b |
UHC | 溜븀윮H溜뷸뼡溜 | 111010101111111010111010111001111001111110101101010010001110101011111110101110101110011010010110101001001110101011111110 | eafebae79fad48eafebae696a4eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)