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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?休}?休{^ | 001111111000101101111000011111010011111110001011011110000111101101011110 | 3f8b787d3f8b787b5e |
EUC-JP | ?休}?休{^ | 001111111011010111011001011111010011111110110101110110010111101101011110 | 3fb5d97d3fb5d97b5e |
UTF-8 | 뤙休}뤙休{^ | 111010111010010010011001111001001011110010010001011111011110101110100100100110011110010010111100100100010111101101011110 | eba499e4bc917deba499e4bc917b5e |
UHC | 뤙休}뤙休{^ | 1000111111001000111111011100110001111101100011111100100011111101110011000111101101011110 | 8fc8fdcc7d8fc8fdcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)