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 | ?P?P[?P?P[^ | 0011111101010000001111110101000001011011001111110101000000111111010100000101101101011110 | 3f503f505b3f503f505b5e |
SJIS-WIN | ?P?P[?P?P[^ | 0011111101010000001111110101000001011011001111110101000000111111010100000101101101011110 | 3f503f505b3f503f505b5e |
EUC-JP | ?P?P[?P?P[^ | 0011111101010000001111110101000001011011001111110101000000111111010100000101101101011110 | 3f503f505b3f503f505b5e |
UTF-8 | 묬P묬P[묬P묬P[^ | 11101011101011001010110001010000111010111010110010101100010100000101101111101011101011001010110001010000111010111010110010101100010100000101101101011110 | ebacac50ebacac505bebacac50ebacac505b5e |
UHC | 묬P묬P[묬P묬P[^ | 100100100100001101010000100100100100001101010000010110111001001001000011010100001001001001000011010100000101101101011110 | 9243509243505b9243509243505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)