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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???蔭?? | 00111111001111110011111110001000111111000011111100111111 | 3f3f3f88fc3f3f |
EUC-JP | ???蔭?? | 00111111001111110011111110110000111111100011111100111111 | 3f3f3fb0fe3f3f |
UTF-8 | 溜깅젚蔭댁뵮 | 111011111010011110001011111010101011100110000101111011001010000010011010111010001001010010101101111010111000110010000001111010111011010110101110 | efa78beab985eca09ae894adeb8c81ebb5ae |
UHC | 溜깅젚蔭댁뵮 | 111010101111111010110001111010111010000010010110111010111110001110110100111011001001010010101100 | eafeb1eba096ebe3b4ec94ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)