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 | ?U???? | 001111110101010100111111001111110011111100111111 | 3f553f3f3f3f |
SJIS-WIN | 短U贈竪捉損 | 1001001001011010010101011001000110100001100100100100011110010001101010001001000110111001 | 925a5591a1924791a891b9 |
EUC-JP | 短U贈竪捉損 | 1100001110111011010101011100001010100011110000111010100011000010101010101100001010111011 | c3bb55c2a3c3a8c2aac2bb |
UTF-8 | 短U贈竪捉損 | 11100111100111111010110101010101111010001011010010001000111001111010101110101010111001101000110110001001111001101001000010001101 | e79fad55e8b488e7abaae68d89e6908d |
UHC | 短U贈竪捉損 | 1101001110101101010101011111000111111100111000101011010111110011101101011110000111011111 | d3ad55f1fce2b5f3b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)